This commit is contained in:
Jörn Zaefferer 2006-12-11 08:59:50 +00:00
parent 010a112e04
commit a8bafe7874

View file

@ -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);
}; };