From 1a3fa5bee48822ac13dd96dfe9d64a110cc9698f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 9 Jul 2015 23:45:09 +0200 Subject: [PATCH] typo --- lib/timeline/Range.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeline/Range.js b/lib/timeline/Range.js index 55ad2ae5..5bf5d403 100644 --- a/lib/timeline/Range.js +++ b/lib/timeline/Range.js @@ -475,7 +475,7 @@ Range.prototype._onMouseWheel = function(event) { // only zoom when the mouse is inside the current range if (!this._isInsideRange(event)) return; - // only zoom when the according key is pressed and the zoom_key option is set + // only zoom when the according key is pressed and the zoomKey option is set if (this.options.zoomKey && !event[this.options.zoomKey]) return; // retrieve delta