Merge pull request #3414 from fredj/require-atlas-manager

Add missing ol.style.AtlasManager goog.require
This commit is contained in:
Frédéric Junod
2015-03-31 10:14:58 +02:00

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');