readded fix to return jquery wrapped object from animation complete in both branches

This commit is contained in:
John Bender 2011-03-25 22:35:19 -07:00
parent bb721aa48c
commit 6089618431

View file

@ -254,6 +254,7 @@
else{
// defer execution for consistency between webkit/non webkit
setTimeout(callback, 0);
return $(this);
}
};