Adding missing @requires

This commit is contained in:
ahocevar
2013-08-19 15:46:56 +02:00
parent f05629b3c3
commit 760694582e

View File

@@ -3,6 +3,7 @@ goog.provide('ol.layer.VectorLayerEventType');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.events.EventType');
goog.require('goog.object');
goog.require('ol.Feature');
goog.require('ol.expr');