Add missing goog.require('ol')

This commit is contained in:
Frederic Junod
2016-08-15 09:49:04 +02:00
parent 793ec85b9d
commit d4ad9ad616
60 changed files with 61 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
goog.provide('ol.pointer.MouseSource');
goog.require('ol');
goog.require('ol.pointer.EventSource');

View File

@@ -30,6 +30,7 @@
goog.provide('ol.pointer.MsSource');
goog.require('ol');
goog.require('ol.pointer.EventSource');

View File

@@ -30,6 +30,7 @@
goog.provide('ol.pointer.NativeSource');
goog.require('ol');
goog.require('ol.pointer.EventSource');

View File

@@ -31,6 +31,7 @@
goog.provide('ol.pointer.PointerEvent');
goog.require('ol');
goog.require('ol.events.Event');

View File

@@ -30,6 +30,7 @@
goog.provide('ol.pointer.PointerEventHandler');
goog.require('ol');
goog.require('ol.events');
goog.require('ol.events.EventTarget');