more cleanup and refactoring...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-26 15:54:54 +04:00
parent e8b542ed61
commit 16968d7876

View File

@ -298,6 +298,7 @@ function makeScrollHandler(root, config){
postCallback: postScrollCallback, postCallback: postScrollCallback,
// These are used by the default callback... // These are used by the default callback...
//
// if true then doubleClick and multiClick events will get // if true then doubleClick and multiClick events will get
// triggered. // triggered.
// NOTE: this will introduce a lag needed to wait for next // NOTE: this will introduce a lag needed to wait for next
@ -312,7 +313,6 @@ function makeScrollHandler(root, config){
multiClickTimeout: null, multiClickTimeout: null,
multitouchTimeout: null, multitouchTimeout: null,
}, },
// NOTE: this is updated live but not used by the system in any way...
state: 'stopped', state: 'stopped',
root: root, root: root,