~stephen-stewart/online-services-common-js/update-global-nav

« back to all changes in this revision

Viewing changes to src/global-navigation/tests/unit/global-nav.html

  • Committer: Stephen Stewart
  • Date: 2014-02-22 15:05:16 UTC
  • Revision ID: stephen.stewart@canonical.com-20140222150516-rkzti2c43ggwr2ta
import latest js, convert

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
<script>
25
25
 
26
26
  YUI({
27
 
    
28
27
    combine: false,
29
28
    base: '../../../../bower_components/yui3/build/',
30
29
    modules: {
35
34
    },
36
35
    groups: {
37
36
      'u1': {
38
 
        
39
37
        base: '../../../../build/'
40
38
      }
41
39
    }