equal
deleted
inserted
replaced
28 // along with the exports of each module as its value. |
28 // along with the exports of each module as its value. |
29 app.import('bower_components/ammap3/ammap/ammap.js'); |
29 app.import('bower_components/ammap3/ammap/ammap.js'); |
30 app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); |
30 app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); |
31 app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); |
31 app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); |
32 app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js'); |
32 app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js'); |
|
33 app.import('vendor/shims/ammaps.js', { |
|
34 exports: { |
|
35 'ammaps': ['defaults'] |
|
36 } |
|
37 }); |
33 |
38 |
34 return app.toTree(); |
39 return app.toTree(); |
35 }; |
40 }; |