Add missing goog.require('ol.MapProperty')

This commit is contained in:
Frederic Junod
2016-08-29 09:24:49 +02:00
committed by Tim Schaub
parent 14e3914b7d
commit 1de3f99123

View File

@@ -4,6 +4,7 @@ goog.require('ol');
goog.require('ol.Collection');
goog.require('ol.Map');
goog.require('ol.MapEventType');
goog.require('ol.MapProperty');
goog.require('ol.Object');
goog.require('ol.ObjectEventType');
goog.require('ol.Overlay');