Add missing goog.require

This commit is contained in:
Frederic Junod
2017-04-28 08:48:46 +02:00
parent c437afc15b
commit dafe3a0811
2 changed files with 3 additions and 0 deletions

View File

@@ -2,11 +2,13 @@ goog.provide('ol.interaction.Translate');
goog.require('ol');
goog.require('ol.Collection');
goog.require('ol.Object');
goog.require('ol.events');
goog.require('ol.events.Event');
goog.require('ol.functions');
goog.require('ol.array');
goog.require('ol.interaction.Pointer');
goog.require('ol.interaction.Property');
goog.require('ol.interaction.TranslateEventType');