mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Removing extra arg.
This commit is contained in:
@@ -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" ) {
|
||||
|
||||
Reference in New Issue
Block a user