X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fqueue.js;fp=src%2Fqueue.js;h=23d43606f1d7cf8628bfd457d0ae9c89c1a771cc;hb=5b92cdd0488804ba689dab70c6f8443aae23bcf9;hp=11c658f5dad96bf49b8519e933bf7755cb61bc88;hpb=be59693037c4230e1b395e51a42c6fc55b577455;p=jquery.git diff --git a/src/queue.js b/src/queue.js index 11c658f..23d4360 100644 --- a/src/queue.js +++ b/src/queue.js @@ -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" ) {