Merge pull request #7151 from tschaub/useless-exports

Get rid of useless test exports
This commit is contained in:
Tim Schaub
2017-08-17 18:15:52 -04:00
committed by GitHub
203 changed files with 200 additions and 205 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Attribution');
goog.require('ol.Map');
goog.require('ol.Tile');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Control');
goog.require('ol.Map');
goog.require('ol.control.Control');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.FullScreen');
goog.require('ol.control.FullScreen');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.MousePosition');
goog.require('ol.control.MousePosition');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.OverviewMap');
goog.require('ol.Map');
goog.require('ol.View');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Rotate');
goog.require('ol.control.Rotate');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.ScaleLine');
goog.require('ol.Map');
goog.require('ol.View');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Zoom');
goog.require('ol.control.Zoom');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.ZoomSlider');
goog.require('ol.Map');
goog.require('ol.View');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.control.ZoomToExtent');
goog.require('ol.control.ZoomToExtent');