Removing unused code.

This commit is contained in:
ahocevar
2012-06-22 11:42:17 +02:00
parent fbcca9642c
commit deb84cf212

View File

@@ -263,9 +263,6 @@ ol.event.Events.prototype.triggerEvent = function(type, opt_evt) {
* @param {Event} evt
*/
ol.event.Events.prototype.handleBrowserEvent = function(evt) {
if (!goog.isDef(this.element_)) {
return;
}
var type = evt.type,
listeners = goog.events.getListeners(this.element_, type, false)
.concat(goog.events.getListeners(this.element_, type, true));