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,