From 16968d7876cb81932f85c76fdeb8b3e3b9f12830 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Feb 2013 15:54:54 +0400 Subject: [PATCH] more cleanup and refactoring... Signed-off-by: Alex A. Naanou --- lib/scroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scroller.js b/lib/scroller.js index ec0afe6..371b49e 100755 --- a/lib/scroller.js +++ b/lib/scroller.js @@ -298,6 +298,7 @@ function makeScrollHandler(root, config){ postCallback: postScrollCallback, // These are used by the default callback... + // // if true then doubleClick and multiClick events will get // triggered. // NOTE: this will introduce a lag needed to wait for next @@ -312,7 +313,6 @@ function makeScrollHandler(root, config){ multiClickTimeout: null, multitouchTimeout: null, }, - // NOTE: this is updated live but not used by the system in any way... state: 'stopped', root: root,