Get rid of useless test exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.AtlasManager');
|
||||
|
||||
|
||||
goog.require('ol.style.Atlas');
|
||||
goog.require('ol.style.AtlasManager');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.Circle');
|
||||
|
||||
|
||||
goog.require('ol.style.AtlasManager');
|
||||
goog.require('ol.style.Circle');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.Fill');
|
||||
|
||||
|
||||
goog.require('ol.style.Fill');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.Icon');
|
||||
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.style');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.IconImageCache');
|
||||
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.events');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.RegularShape');
|
||||
|
||||
|
||||
goog.require('ol.style.AtlasManager');
|
||||
goog.require('ol.style.RegularShape');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.Stroke');
|
||||
|
||||
|
||||
goog.require('ol.style.Stroke');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.Style');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.geom.Point');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.style.Text');
|
||||
|
||||
|
||||
goog.require('ol.style.Fill');
|
||||
goog.require('ol.style.Stroke');
|
||||
|
||||
Reference in New Issue
Block a user