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

@@ -6,6 +6,7 @@ goog.provide('ol.Map');
goog.provide('ol.MapProperty');
goog.require('goog.async.nextTick');
goog.require('ol');
goog.require('ol.Collection');
goog.require('ol.MapBrowserEvent');
goog.require('ol.MapBrowserEvent.EventType');