Get rid of useless test exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.Attribution');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.Tile');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.Control');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.control.Control');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.FullScreen');
|
||||
|
||||
|
||||
goog.require('ol.control.FullScreen');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.MousePosition');
|
||||
|
||||
|
||||
goog.require('ol.control.MousePosition');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.OverviewMap');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.Rotate');
|
||||
|
||||
|
||||
goog.require('ol.control.Rotate');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.ScaleLine');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.Zoom');
|
||||
|
||||
|
||||
goog.require('ol.control.Zoom');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.ZoomSlider');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.control.ZoomToExtent');
|
||||
|
||||
|
||||
goog.require('ol.control.ZoomToExtent');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user