Merge pull request #2511 from fredj/cleanup

Remove unused goog.require
This commit is contained in:
Frédéric Junod
2014-08-11 15:31:00 +02:00
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');