got the manual scroll working...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-18 19:53:38 +04:00
parent 9acfbc4b6b
commit edfdedcb61

View File

@ -139,6 +139,7 @@ $(document).ready(function(){
//logger.log('[touchend]')
scrolling = false
togglePageDragging('off')
_x = null
})
} else {
@ -168,6 +169,7 @@ $(document).ready(function(){
//logger.log('[touchend]')
scrolling = false
togglePageDragging('off')
_x = null
})
}