bespokejs / bespoke

DIY Presentation Micro-Framework
http://markdalgleish.com/projects/bespoke.js/
MIT License
4.68k stars 443 forks source link

resolves #60 introduce off method to unbind an event #62

Closed mojavelinux closed 9 years ago

mojavelinux commented 9 years ago

As it turns out, we can add this method without any additional lines of code (and only a slight increase in the gzipped version). The on method can reuse the off method when building the return value by leveraging bind.

markdalgleish commented 9 years ago

Looks great. Happy to merge this once the conflicts are resolved.

mojavelinux commented 9 years ago

I'll get right on it. Stay tuned!

mojavelinux commented 9 years ago

Rebase complete!

mojavelinux commented 9 years ago

:beers: