Ticket #1214: fx.diff
File fx.diff, 744 bytes (added by , 15 years ago) |
---|
-
src/fx/fx.js
544 544 if ( options.hide || options.show ) 545 545 for ( var p in elem.curAnim ) 546 546 jQuery.attr(y, p, elem.orig[p]); 547 548 // If a callback was provided, execute it 549 if ( jQuery.isFunction( options.complete ) ) 550 // Execute the complete function 551 options.complete.apply( elem ); 547 552 } 548 549 // If a callback was provided, execute it 550 if ( done && jQuery.isFunction( options.complete ) ) 551 // Execute the complete function 552 options.complete.apply( elem ); 553 553 554 554 return false; 555 555 } else { 556 556 var n = t - this.startTime;