Assorted missing requires

This commit is contained in:
Tim Schaub
2016-08-09 00:58:00 -06:00
parent 4e7e0e5324
commit 274b7285f3
12 changed files with 18 additions and 1 deletions
+3 -1
View File
@@ -4,9 +4,11 @@ goog.provide('ol.style.IconOrigin');
goog.provide('ol.style.iconImageCache');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.color');
goog.require('ol.events');
goog.require('ol.events.EventType');
goog.require('ol.color');
goog.require('ol.style.IconImage');
goog.require('ol.style.Image');
goog.require('ol.style.ImageState');