Export ol.control namespace instead of ol.control.defaults function

This commit is contained in:
Tim Schaub
2013-09-04 13:31:01 -06:00
parent 7d510310ed
commit 716b7b0cec
12 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
goog.require('ol.Map');
goog.require('ol.RendererHint');
goog.require('ol.View2D');
goog.require('ol.control.defaults');
goog.require('ol.control');
goog.require('ol.expr');
goog.require('ol.layer.Vector');
goog.require('ol.parser.GeoJSON');