Merge pull request #4980 from fredj/unused_require

Remove unused goog.require
This commit is contained in:
Frédéric Junod
2016-03-07 09:59:29 +01:00
5 changed files with 0 additions and 5 deletions

View File

@@ -109,7 +109,6 @@ describe('ol.format.OSMXML', function() {
});
goog.require('goog.dom.xml');
goog.require('ol.Feature');
goog.require('ol.format.OSMXML');
goog.require('ol.geom.Point');

View File

@@ -215,5 +215,4 @@ describe('ol.format.WMSGetFeatureInfo', function() {
});
goog.require('goog.dom');
goog.require('ol.format.WMSGetFeatureInfo');

View File

@@ -89,7 +89,6 @@ describe('ol.pointer.MouseSource', function() {
}
});
goog.require('goog.dom');
goog.require('ol.events');
goog.require('ol.events.EventTarget');
goog.require('ol.has');

View File

@@ -160,7 +160,6 @@ describe('ol.pointer.PointerEventHandler', function() {
});
goog.require('goog.dom');
goog.require('ol.events');
goog.require('ol.events.EventTarget');
goog.require('ol.has');

View File

@@ -105,7 +105,6 @@ describe('ol.Sphere', function() {
});
goog.require('goog.math');
goog.require('ol.Sphere');
goog.require('ol.sphere.WGS84');
goog.require('ol.format.WKT');