Fix for #474
This commit is contained in:
parent
010a112e04
commit
a8bafe7874
|
@ -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);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue