mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
even when stubbing out the function for testing, this $.fn needs to return this (it's relied upon for chaining in nav)
This commit is contained in:
parent
7e0de23e61
commit
679a46dbf0
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
//stub to prevent class removal
|
||||
$.fn.animationComplete = function(callback){
|
||||
callbackQueue.unshift(callback);
|
||||
return this;
|
||||
};
|
||||
|
||||
clearPageTransitionStack();
|
||||
|
|
|
|||
Loading…
Reference in a new issue