refactoring: extract map/layer init into separate file

This commit is contained in:
Norbert Renner 2016-08-05 12:12:00 +02:00
parent 935c21ecfb
commit 49ac7f5127
3 changed files with 134 additions and 121 deletions

View file

@ -22,6 +22,7 @@ var paths = {
'!**/url-search-params/**/*.js'
]).concat([
'js/Util.js',
'js/Map.js',
'js/router/BRouter.js',
'js/plugin/*.js',
'js/control/*.js',