https://bugzilla.wikimedia.org/show_bug.cgi?id=62762

--- Comment #2 from Tony Thomas <01tonytho...@gmail.com> ---
(In reply to James Forrester from comment #1)
> Tony, are you planning to take on this bug?

I plan to. But is there anything like bind() is only present in modern browsers
? 
will replacing, say 
this.$element.on( 'keypress', $.proxy( this.keyup, this ) )
with 
this.$element.on( 'keypress', this.keyup.bind(this)) will do the trick ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to