mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
readded fix to return jquery wrapped object from animation complete in both branches
This commit is contained in:
parent
bb721aa48c
commit
6089618431
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@
|
|||
else{
|
||||
// defer execution for consistency between webkit/non webkit
|
||||
setTimeout(callback, 0);
|
||||
return $(this);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue