Skip to content

Commit cfaac07

Browse files
author
Javi Jiménez
committed
Merge pull request soyjavi#120 from TNT-RoX/patch-3
Fix swipe problem with Android 4.4.x (kitkat)
2 parents 4e39e92 + aeba291 commit cfaac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/quo.gestures.swipe.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Quo.Gestures.add
3838
else
3939
_last = null
4040

41-
end = (target, data) ->
41+
cancel = end = (target, data) ->
4242
if _last
4343
_check(false)
4444
_last = null

0 commit comments

Comments
 (0)