Merge pull request #5838 from marcjansen/more-requires

Require ol where ol.DEBUG is being used
This commit is contained in:
Marc Jansen
2016-09-14 07:58:18 +02:00
committed by GitHub
16 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
goog.provide('ol.style.IconImageCache');
goog.require('ol');
goog.require('ol.color');