When you're expecting the traditional/inline event model, is there really harm in using
this.element.onchange.bind(this)
? I'm not seeing the advantage of fake-firing the event over running
the handler right now.
-- Sandy
When you're expecting the traditional/inline event model, is there really harm in using
this.element.onchange.bind(this)
? I'm not seeing the advantage of fake-firing the event over running
the handler right now.
-- Sandy