Add missing ol.style.AtlasManager goog.require

This commit is contained in:
Frederic Junod
2015-03-30 09:26:32 +02:00
parent 254039a6ab
commit 632205d902

View File

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