Make shouldStopEvent default to the identity func

This commit is contained in:
Éric Lemoine
2014-12-15 17:28:36 +01:00
parent 1907de667a
commit 6b46d5c76a
9 changed files with 39 additions and 28 deletions
@@ -150,3 +150,9 @@ ol.interaction.PinchZoom.handleDownEvent_ =
return false;
}
};
/**
* @inheritDoc
*/
ol.interaction.PinchZoom.prototype.shouldStopEvent = goog.functions.FALSE;