Add missing dependency

This commit is contained in:
Tom Payne
2012-08-07 13:18:55 +02:00
parent d8af9a2108
commit e1e64b0fde

View File

@@ -15,6 +15,7 @@ goog.require('ol.Collection');
goog.require('ol.CoverageArea');
goog.require('ol.Layer');
goog.require('ol.MapProperty');
goog.require('ol.TileCoverageArea');
goog.require('ol.View');