Name modules more like their provide
This commit is contained in:
5
src/ol/style.js
Normal file
5
src/ol/style.js
Normal file
@@ -0,0 +1,5 @@
|
||||
goog.provide('ol.style');
|
||||
|
||||
goog.require('ol.style.IconImageCache');
|
||||
|
||||
ol.style.iconImageCache = new ol.style.IconImageCache();
|
||||
Reference in New Issue
Block a user