Add missing goog.require('ol.has')
This commit is contained in:
committed by
Tim Schaub
parent
e402d1db30
commit
d0801036d2
@@ -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');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user