Remove remaining goog.object use from tests

This commit is contained in:
Tim Schaub
2016-02-03 22:34:58 -07:00
parent d67f33bcd6
commit 72ea0ecfd8
6 changed files with 18 additions and 23 deletions

View File

@@ -47,7 +47,6 @@ describe('ol.interaction.KeyboardPan', function() {
});
goog.require('goog.object');
goog.require('ol.Map');
goog.require('ol.MapBrowserEvent');
goog.require('ol.View');

View File

@@ -41,7 +41,6 @@ describe('ol.interaction.KeyboardZoom', function() {
});
goog.require('goog.object');
goog.require('ol.Map');
goog.require('ol.MapBrowserEvent');
goog.require('ol.View');

View File

@@ -126,7 +126,6 @@ describe('ol.interaction.MouseWheelZoom', function() {
});
goog.require('goog.object');
goog.require('ol.Map');
goog.require('ol.MapBrowserEvent');
goog.require('ol.View');