Add missing goog.require('ol.functions')

This commit is contained in:
Frederic Junod
2016-08-29 09:20:51 +02:00
committed by Tim Schaub
parent 11c8b99602
commit 14e3914b7d
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
goog.provide('ol.interaction.Pointer');
goog.require('ol');
goog.require('ol.functions');
goog.require('ol.MapBrowserEvent.EventType');
goog.require('ol.MapBrowserPointerEvent');
goog.require('ol.interaction.Interaction');

View File

@@ -3,6 +3,7 @@ goog.provide('ol.interaction.TranslateEvent');
goog.require('ol');
goog.require('ol.events.Event');
goog.require('ol.functions');
goog.require('ol.array');
goog.require('ol.interaction.Pointer');