I hereby claim:
- I am attila on github.
- I am attila (https://keybase.io/attila) on keybase.
- I have a public key whose fingerprint is 250D 6A91 F602 62A9 66C7 8ADF E4EC 4774 F1CC 878D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| $.fn.preBind = function(type, data, fn) { | |
| this.each(function() { | |
| var $this = $(this); | |
| $this.bind(type, data, fn); | |
| var currentBindings = $._data($this[0], 'events'); | |
| if ($.isArray(currentBindings[type])) { | |
| currentBindings[type].unshift(currentBindings[type].pop()); | |
| } |