jQuery
Plugins
UI
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Tracker Account
Login
About Trac
Preferences
Help/Guide
Register
Bug Tracker
Wiki
Roadmap
Browse Source
View Tickets
Search
Timeline
Ticket #1751
: 1751.diff
File 1751.diff,
0.6 kB
(added by davidserduke,
1 year
ago)
src/fx.js
66
66
},
67
67
68
68
animate: function( prop, speed, easing, callback ) {
69
var opt
= jQuery.speed(speed, easing, callback);
69
var opt
all
= jQuery.speed(speed, easing, callback);
70
70
71
return this[ opt
.queue === false ? "each" : "queue" ](function(){
72
opt = jQuery.extend({}, opt
);
71
return this[ opt
all
.queue === false ? "each" : "queue" ](function(){
72
var opt = jQuery.extend({}, optall
);
73
73
var hidden = jQuery(this).is(":hidden"), self = this;
74
74
75
75
for ( var p in prop ) {
Download in other formats:
Original Format