Remove unused goog.require
This commit is contained in:
@@ -109,7 +109,6 @@ describe('ol.format.OSMXML', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
goog.require('goog.dom.xml');
|
|
||||||
goog.require('ol.Feature');
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.format.OSMXML');
|
goog.require('ol.format.OSMXML');
|
||||||
goog.require('ol.geom.Point');
|
goog.require('ol.geom.Point');
|
||||||
|
|||||||
@@ -215,5 +215,4 @@ describe('ol.format.WMSGetFeatureInfo', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
goog.require('goog.dom');
|
|
||||||
goog.require('ol.format.WMSGetFeatureInfo');
|
goog.require('ol.format.WMSGetFeatureInfo');
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ describe('ol.pointer.MouseSource', function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
goog.require('goog.dom');
|
|
||||||
goog.require('ol.events');
|
goog.require('ol.events');
|
||||||
goog.require('ol.events.EventTarget');
|
goog.require('ol.events.EventTarget');
|
||||||
goog.require('ol.has');
|
goog.require('ol.has');
|
||||||
|
|||||||
@@ -160,7 +160,6 @@ describe('ol.pointer.PointerEventHandler', function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
goog.require('goog.dom');
|
|
||||||
goog.require('ol.events');
|
goog.require('ol.events');
|
||||||
goog.require('ol.events.EventTarget');
|
goog.require('ol.events.EventTarget');
|
||||||
goog.require('ol.has');
|
goog.require('ol.has');
|
||||||
|
|||||||
@@ -105,7 +105,6 @@ describe('ol.Sphere', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
goog.require('goog.math');
|
|
||||||
goog.require('ol.Sphere');
|
goog.require('ol.Sphere');
|
||||||
goog.require('ol.sphere.WGS84');
|
goog.require('ol.sphere.WGS84');
|
||||||
goog.require('ol.format.WKT');
|
goog.require('ol.format.WKT');
|
||||||
|
|||||||
Reference in New Issue
Block a user