Remove unused goog.require

This commit is contained in:
Frederic Junod
2013-02-04 15:16:34 +01:00
parent a066b323f2
commit ccd568ca3b

View File

@@ -3,7 +3,6 @@ goog.provide('ol.MapBrowserEvent.EventType');
goog.provide('ol.MapBrowserEventHandler');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.events.BrowserEvent');
goog.require('goog.events.EventTarget');
goog.require('goog.events.EventType');