Remove unused variables in interactions

This commit is contained in:
Tom Payne
2013-05-21 12:47:33 +02:00
parent b021bfd70f
commit 42b6ed5d2a
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -106,7 +106,6 @@ ol.interaction.Touch.prototype.handleTouchStart = goog.functions.FALSE;
*/
ol.interaction.Touch.prototype.handleMapBrowserEvent =
function(mapBrowserEvent) {
var browserEvent = mapBrowserEvent.browserEvent.getBrowserEvent();
this.updateTrackedTouches_(mapBrowserEvent);
if (this.handled_) {
if (mapBrowserEvent.type == ol.MapBrowserEvent.EventType.TOUCHMOVE) {