prose / prose

A Content Editor for GitHub.
http://prose.io
BSD 3-Clause "New" or "Revised" License
4.72k stars 723 forks source link

Use event.listenTo instead of bind #369

Closed tristen closed 11 years ago

tristen commented 11 years ago

A todo. We should replace the binding and unbinding steps in our views with the more modern backbone method http://backbonejs.org/#Events-listenTo

tristen commented 11 years ago

Closing as this is part of the refactor work in #381