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,4 +1,4 @@
goog.provide('ol.control.defaults');
goog.provide('ol.control');
goog.require('ol.Collection');
goog.require('ol.control.Attribution');