Skip to content

Commit

Permalink
unused, left-over code from r6344
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed May 7, 2009
1 parent c41fab1 commit 09b5903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/event.js
Expand Up @@ -524,7 +524,7 @@ jQuery.fn.extend({
}
fn = thisObject === undefined ? fn : jQuery.event.proxy( fn, thisObject );
return type === "unload" ? this.one(type, data, fn, thisObject) : this.each(function() {
jQuery.event.add( this, type, fn, data, thisObject );
jQuery.event.add( this, type, fn, data );
});
},

Expand All @@ -542,7 +542,7 @@ jQuery.fn.extend({
return fn.apply( this, arguments );
});
return this.each(function() {
jQuery.event.add( this, type, one, data, thisObject );
jQuery.event.add( this, type, one, data );
});
},

Expand Down

0 comments on commit 09b5903

Please sign in to comment.