Get rid of useless test exports

This commit is contained in:
Tim Schaub
2017-08-17 15:15:53 -04:00
parent 2d13f3c6e1
commit a3e3e99baa
203 changed files with 200 additions and 205 deletions

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Attribution');
goog.require('ol.Map');
goog.require('ol.Tile');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Control');
goog.require('ol.Map');
goog.require('ol.control.Control');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.FullScreen');
goog.require('ol.control.FullScreen');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.MousePosition');
goog.require('ol.control.MousePosition');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.OverviewMap');
goog.require('ol.Map');
goog.require('ol.View');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Rotate');
goog.require('ol.control.Rotate');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.ScaleLine');
goog.require('ol.Map');
goog.require('ol.View');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.Zoom');
goog.require('ol.control.Zoom');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.ZoomSlider');
goog.require('ol.Map');
goog.require('ol.View');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.control.ZoomToExtent');
goog.require('ol.control.ZoomToExtent');