meteorhacks / zones

Zone.js integration for meteor
MIT License
30 stars 11 forks source link

Use a dictionary of event handlers #54

Closed thani-sh closed 10 years ago

thani-sh commented 10 years ago

jQuery uses a common event handler function so fn._bound can be replaced if called with 2 or more event types.

A dictionary is fine with current blaze implementation because it only adds one handler per event type.

arunoda commented 10 years ago

Great work :)

kevingzhang commented 10 years ago

Awesome, this bug bother me for a while, finally fixed! Cool!

arunoda commented 10 years ago

thanks @kevingzhang for helping us a lot to find and fix the issue :)