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

This commit is contained in:
Frederic Junod
2016-08-29 09:10:20 +02:00
committed by Tim Schaub
parent e402d1db30
commit d0801036d2
2 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
goog.provide('ol.events.condition');
goog.require('ol.asserts');
goog.require('ol.has');
goog.require('ol.functions');
goog.require('ol.MapBrowserEvent.EventType');
goog.require('ol.asserts');
goog.require('ol.functions');
goog.require('ol.has');
/**

View File

@@ -2,6 +2,7 @@ goog.provide('ol.interaction.MouseWheelZoom');
goog.require('ol');
goog.require('ol.events.EventType');
goog.require('ol.has');
goog.require('ol.interaction.Interaction');
goog.require('ol.math');