Get rid of useless test exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.DragAndDrop');
|
||||
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.View');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.DragRotateAndZoom');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserPointerEvent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.DragZoom');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Draw');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.Map');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Extent');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserPointerEvent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Interaction');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.KeyboardPan');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserEvent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.KeyboardZoom');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserEvent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Modify');
|
||||
|
||||
|
||||
goog.require('ol.Collection');
|
||||
goog.require('ol.Feature');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.MouseWheelZoom');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserEvent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Select');
|
||||
|
||||
|
||||
goog.require('ol.Collection');
|
||||
goog.require('ol.Feature');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Snap');
|
||||
|
||||
|
||||
goog.require('ol.Collection');
|
||||
goog.require('ol.Feature');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.interaction.Translate');
|
||||
|
||||
|
||||
goog.require('ol.Collection');
|
||||
goog.require('ol.Feature');
|
||||
|
||||
Reference in New Issue
Block a user