Skip to content

Commit

Permalink
Fix for #474
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Dec 11, 2006
1 parent 010a112 commit a8bafe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/event.js
Expand Up @@ -1548,7 +1548,7 @@ new function(){
element.unbind(o, handler); element.unbind(o, handler);
element = null; element = null;
// apply original handler with the same arguments // apply original handler with the same arguments
f.apply(this, arguments); return f.apply(this, arguments);
}; };
return this.bind(o, handler); return this.bind(o, handler);
}; };
Expand Down

0 comments on commit a8bafe7

Please sign in to comment.