X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fqueue.js;h=23d43606f1d7cf8628bfd457d0ae9c89c1a771cc;hb=97dfa0d5a85a32fe56aba837bbf2bc889b092d2b;hp=11c658f5dad96bf49b8519e933bf7755cb61bc88;hpb=bca576550249e9b79b1097669dff6d4ddd0d65cf;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" ) {