mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 03:44:43 +00:00
used cached version of $this
This commit is contained in:
parent
f84daa9cd3
commit
d26877fc22
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
|||
//use ajax
|
||||
var pageTransition = $this.data( "transition" ) || "slide",
|
||||
forceBack = $this.data( "back" ) || undefined,
|
||||
changeHashOnSuccess = !$(this).is(unHashedSelectors);
|
||||
changeHashOnSuccess = !$this.is(unHashedSelectors);
|
||||
|
||||
nextPageRole = $this.attr( "data-rel" );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue