Satisfy gjslint

This commit is contained in:
Tom Payne
2012-09-24 21:25:29 +02:00
parent bd5ef6b361
commit 8394147df1
10 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
goog.provide('ol.interaction.DblClickZoom');
goog.require('goog.events.EventType');
goog.require('ol.interaction.Interaction');
goog.require('ol.MapBrowserEvent');
goog.require('ol.interaction.Constraints');
goog.require('ol.interaction.Interaction');

View File

@@ -5,9 +5,9 @@ goog.require('goog.asserts');
goog.require('goog.events.EventType');
goog.require('goog.functions');
goog.require('ol.Coordinate');
goog.require('ol.interaction.Interaction');
goog.require('ol.MapBrowserEvent');
goog.require('ol.interaction.Constraints');
goog.require('ol.interaction.Interaction');

View File

@@ -2,8 +2,8 @@ goog.provide('ol.interaction.KeyboardPan');
goog.require('goog.events.KeyCodes');
goog.require('goog.events.KeyHandler.EventType');
goog.require('ol.interaction.Interaction');
goog.require('ol.interaction.Constraints');
goog.require('ol.interaction.Interaction');