From 8b95602211917685107a725679eb3af2ca5a67d5 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 7 Mar 2016 08:57:07 +0100 Subject: [PATCH] Remove unused goog.require --- test/spec/ol/format/osmxmlformat.test.js | 1 - test/spec/ol/format/wmsgetfeatureinfoformat.test.js | 1 - test/spec/ol/pointer/mousesource.test.js | 1 - test/spec/ol/pointer/pointereventhandler.test.js | 1 - test/spec/ol/sphere/sphere.test.js | 1 - 5 files changed, 5 deletions(-) diff --git a/test/spec/ol/format/osmxmlformat.test.js b/test/spec/ol/format/osmxmlformat.test.js index da4e34bf63..81e56dc7f0 100644 --- a/test/spec/ol/format/osmxmlformat.test.js +++ b/test/spec/ol/format/osmxmlformat.test.js @@ -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'); diff --git a/test/spec/ol/format/wmsgetfeatureinfoformat.test.js b/test/spec/ol/format/wmsgetfeatureinfoformat.test.js index 395b052b5f..7f31d90f28 100644 --- a/test/spec/ol/format/wmsgetfeatureinfoformat.test.js +++ b/test/spec/ol/format/wmsgetfeatureinfoformat.test.js @@ -215,5 +215,4 @@ describe('ol.format.WMSGetFeatureInfo', function() { }); -goog.require('goog.dom'); goog.require('ol.format.WMSGetFeatureInfo'); diff --git a/test/spec/ol/pointer/mousesource.test.js b/test/spec/ol/pointer/mousesource.test.js index b5197d75e6..b45913f07e 100644 --- a/test/spec/ol/pointer/mousesource.test.js +++ b/test/spec/ol/pointer/mousesource.test.js @@ -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'); diff --git a/test/spec/ol/pointer/pointereventhandler.test.js b/test/spec/ol/pointer/pointereventhandler.test.js index 4c92d08324..4d7012688f 100644 --- a/test/spec/ol/pointer/pointereventhandler.test.js +++ b/test/spec/ol/pointer/pointereventhandler.test.js @@ -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'); diff --git a/test/spec/ol/sphere/sphere.test.js b/test/spec/ol/sphere/sphere.test.js index 323793921e..af1b0b0a91 100644 --- a/test/spec/ol/sphere/sphere.test.js +++ b/test/spec/ol/sphere/sphere.test.js @@ -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');