Assorted missing requires

This commit is contained in:
Tim Schaub
2016-08-12 07:22:28 -06:00
parent 3afb42828f
commit 9d276982b5
57 changed files with 96 additions and 34 deletions
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.style.Fill');
goog.require('ol');
goog.require('ol.color');
+1
View File
@@ -5,6 +5,7 @@ goog.require('ol.dom');
goog.require('ol.events');
goog.require('ol.events.EventTarget');
goog.require('ol.events.EventType');
goog.require('ol.style');
goog.require('ol.style.ImageState');