Remove unused goog.require

This commit is contained in:
Frederic Junod
2014-08-11 11:54:04 +02:00
parent 9db936fe87
commit ddd16b6985
3 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
goog.provide('ol.control.Zoom');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
goog.require('goog.events');

View File

@@ -3,7 +3,6 @@
goog.provide('ol.Geolocation');
goog.provide('ol.GeolocationProperty');
goog.require('goog.asserts');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.math');

View File

@@ -2,7 +2,6 @@
goog.provide('ol.DragBoxEvent');
goog.provide('ol.interaction.DragBox');
goog.require('goog.asserts');
goog.require('goog.events.Event');
goog.require('goog.functions');
goog.require('ol');