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

@@ -2,8 +2,8 @@ goog.require('ol');
goog.require('ol.Map');
goog.require('ol.RendererHints');
goog.require('ol.View2D');
goog.require('ol.control');
goog.require('ol.control.Control');
goog.require('ol.control.defaults');
goog.require('ol.layer.TileLayer');
goog.require('ol.source.OSM');