used cached version of $this

This commit is contained in:
scottjehl 2010-10-27 16:22:40 -04:00
parent f84daa9cd3
commit d26877fc22

View file

@ -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" );