Remove unused requires from tests

This commit is contained in:
Tim Schaub
2016-08-07 23:13:28 -06:00
parent ed5dbd1293
commit c203f6a841
18 changed files with 0 additions and 32 deletions

View File

@@ -5,11 +5,7 @@ goog.require('ol.events.Event');
goog.require('ol.events.EventTarget');
goog.require('ol.has');
goog.require('ol.obj');
goog.require('ol.pointer.PointerEvent');
goog.require('ol.pointer.PointerEventHandler');
goog.require('ol.pointer.TouchSource');
describe('ol.pointer.TouchSource', function() {
var handler;
var target;