IE6 will shrink-wrap elements with layout instead of allowing content to flow outside...
[jquery.git] / src / queue.js
index 11c658f..23d4360 100644 (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" ) {