equal
deleted
inserted
replaced
24 // |
24 // |
25 // If the library that you are including contains AMD or ES6 |
25 // If the library that you are including contains AMD or ES6 |
26 // modules that you would like to import into your application |
26 // modules that you would like to import into your application |
27 // please specify an object with the list of modules as keys |
27 // please specify an object with the list of modules as keys |
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'); |
|
30 app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); |
|
31 app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); |
|
32 app.import('bower_components/ammap3/ammap/maps/js/franceDepartmentsLow.js'); |
29 |
33 |
30 return app.toTree(); |
34 return app.toTree(); |
31 }; |
35 }; |