Adding missing require

This commit is contained in:
ahocevar
2014-03-05 18:52:59 +01:00
committed by tsauerwein
parent 29454c2326
commit 5b25826e2f

View File

@@ -1,3 +1,4 @@
goog.require('ol.Collection');
goog.require('ol.Map');
goog.require('ol.View2D');
goog.require('ol.interaction');