Remove usage of goog.dom.TagName enum
This commit is contained in:
@@ -8,7 +8,7 @@ describe('ol.pointer.TouchSource', function() {
|
||||
var eventSpy;
|
||||
|
||||
beforeEach(function() {
|
||||
target = goog.dom.createElement(goog.dom.TagName.DIV);
|
||||
target = goog.dom.createElement('DIV');
|
||||
|
||||
// make sure that a mouse and touch event source is used
|
||||
ol.has.POINTER = false;
|
||||
@@ -130,7 +130,6 @@ describe('ol.pointer.TouchSource', function() {
|
||||
});
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.dom.TagName');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.events.BrowserEvent');
|
||||
goog.require('ol.has');
|
||||
|
||||
Reference in New Issue
Block a user