Removing extra arg.
This commit is contained in:
parent
be59693037
commit
5b92cdd048
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ jQuery.fn.extend({
|
|||
if ( data === undefined ) {
|
||||
return jQuery.queue( this[0], type );
|
||||
}
|
||||
return this.each(function( i, elem ) {
|
||||
return this.each(function( i ) {
|
||||
var queue = jQuery.queue( this, type, data );
|
||||
|
||||
if ( type === "fx" && queue[0] !== "inprogress" ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue