Export ol.interaction namespace instead of the defaults function

This commit is contained in:
Tim Schaub
2013-09-04 13:37:26 -06:00
parent 716b7b0cec
commit 8b7a0a060c
6 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
goog.require('ol.Map');
goog.require('ol.RendererHint');
goog.require('ol.View2D');
goog.require('ol.interaction');
goog.require('ol.interaction.Select');
goog.require('ol.interaction.defaults');
goog.require('ol.layer.TileLayer');
goog.require('ol.layer.Vector');
goog.require('ol.parser.ogc.GML_v3');