Merge branch 'master' of https://github.com/openlayers/ol3
This commit is contained in:
@@ -263,9 +263,6 @@ ol.event.Events.prototype.triggerEvent = function(type, opt_evt) {
|
|||||||
* @param {Event} evt
|
* @param {Event} evt
|
||||||
*/
|
*/
|
||||||
ol.event.Events.prototype.handleBrowserEvent = function(evt) {
|
ol.event.Events.prototype.handleBrowserEvent = function(evt) {
|
||||||
if (!goog.isDef(this.element_)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
var type = evt.type,
|
var type = evt.type,
|
||||||
listeners = goog.events.getListeners(this.element_, type, false)
|
listeners = goog.events.getListeners(this.element_, type, false)
|
||||||
.concat(goog.events.getListeners(this.element_, type, true));
|
.concat(goog.events.getListeners(this.element_, type, true));
|
||||||
|
|||||||
Reference in New Issue
Block a user