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 14:55:37 +04:00
parent b4a16ed0c4
commit 49d5c55cf6

View File

@ -1,5 +1,6 @@
/********************************************************************** /**********************************************************************
* *
* General Swipe/Scroll handler lib
* *
* *
**********************************************************************/ **********************************************************************/
@ -507,7 +508,7 @@ function postScrollCallback(data){
} }
} }
// this is triggered of no swipes were handled... // this is triggered if no swipes were handled...
return root.trigger('screenReleased', data) return root.trigger('screenReleased', data)
} }