Add missing requires to tests
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
goog.provide('ol.test.MapBrowserEventHandler');
|
||||
|
||||
goog.require('ol.events');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserEventHandler');
|
||||
goog.require('ol.events');
|
||||
goog.require('ol.has');
|
||||
goog.require('ol.pointer.PointerEvent');
|
||||
|
||||
|
||||
describe('ol.MapBrowserEventHandler', function() {
|
||||
describe('#emulateClick_', function() {
|
||||
var clock;
|
||||
|
||||
Reference in New Issue
Block a user