Add missing goog.require

This commit is contained in:
Frederic Junod
2015-02-03 15:32:19 +01:00
parent 38c80e7f9b
commit f9723aa310
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ goog.require('goog.dom.TagName');
goog.require('ol.color');
goog.require('ol.has');
goog.require('ol.render.canvas');
goog.require('ol.structs.IHasChecksum');
goog.require('ol.style.Fill');
goog.require('ol.style.Image');
goog.require('ol.style.ImageState');