Removing extra arg.

This commit is contained in:
jeresig 2010-09-20 10:41:58 -04:00
parent be59693037
commit 5b92cdd048

View file

@ -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" ) {