git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be59693
)
Removing extra arg.
author
jeresig
<jeresig@gmail.com>
Mon, 20 Sep 2010 14:41:58 +0000
(10:41 -0400)
committer
jeresig
<jeresig@gmail.com>
Mon, 20 Sep 2010 14:41:58 +0000
(10:41 -0400)
src/queue.js
patch
|
blob
|
history
diff --git
a/src/queue.js
b/src/queue.js
index
11c658f
..
23d4360
100644
(file)
--- 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" ) {