Name modules more like their provide

This commit is contained in:
Tim Schaub
2016-12-18 11:24:01 -07:00
parent 87bcdb1460
commit ef04f466cd
30 changed files with 1 additions and 481 deletions

5
src/ol/style.js Normal file
View File

@@ -0,0 +1,5 @@
goog.provide('ol.style');
goog.require('ol.style.IconImageCache');
ol.style.iconImageCache = new ol.style.IconImageCache();