Fix requires relating to recent commits
This commit is contained in:
@@ -4,6 +4,9 @@ goog.provide('ol.interaction.DragPan');
|
|||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
goog.require('ol.Coordinate');
|
goog.require('ol.Coordinate');
|
||||||
|
goog.require('ol.Kinetic');
|
||||||
|
goog.require('ol.Pixel');
|
||||||
|
goog.require('ol.PreRenderFunction');
|
||||||
goog.require('ol.View2D');
|
goog.require('ol.View2D');
|
||||||
goog.require('ol.ViewHint');
|
goog.require('ol.ViewHint');
|
||||||
goog.require('ol.interaction.ConditionType');
|
goog.require('ol.interaction.ConditionType');
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
goog.provide('ol.Kinetic');
|
goog.provide('ol.Kinetic');
|
||||||
|
|
||||||
goog.require('goog.array');
|
goog.require('ol.Coordinate');
|
||||||
goog.require('ol.Pixel');
|
goog.require('ol.PreRenderFunction');
|
||||||
goog.require('ol.animation');
|
goog.require('ol.animation');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ goog.require('goog.events.EventType');
|
|||||||
goog.require('goog.style');
|
goog.require('goog.style');
|
||||||
goog.require('ol.BrowserFeature');
|
goog.require('ol.BrowserFeature');
|
||||||
goog.require('ol.Coordinate');
|
goog.require('ol.Coordinate');
|
||||||
|
goog.require('ol.FrameState');
|
||||||
goog.require('ol.MapEvent');
|
goog.require('ol.MapEvent');
|
||||||
goog.require('ol.Pixel');
|
goog.require('ol.Pixel');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user