mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 09:04:43 +00:00
undo that last change for binding swiperight to ui-page with live. Namespaced unbinding didn't seem to work.
This commit is contained in:
parent
36dba04c6b
commit
37f16c3022
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@
|
|||
$html.addClass( $.event.special.orientationchange.orientation( $window ) );
|
||||
|
||||
//swipe right always triggers a back
|
||||
$('.ui-page').live('swiperight.jqm',function(){
|
||||
$body.bind('swiperight.jqm',function(){
|
||||
history.go(-1);
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue