Export namespaces or constructors but not functions

This commit is contained in:
Tim Schaub
2013-09-04 13:08:39 -06:00
parent 8ca3f13bd2
commit fa1601f04f
4 changed files with 8 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ goog.require('ol.interaction.defaults');
goog.require('ol.layer.LayerBase');
goog.require('ol.layer.LayerGroup');
goog.require('ol.proj');
goog.require('ol.proj.addCommonProjections');
goog.require('ol.proj.common');
goog.require('ol.renderer.Map');
goog.require('ol.renderer.canvas.Map');
goog.require('ol.renderer.canvas.SUPPORTED');
@@ -1217,7 +1217,7 @@ ol.RendererHints.createFromQueryData = function(opt_queryData) {
};
ol.proj.addCommonProjections();
ol.proj.common.add();
if (goog.DEBUG) {