bry4n / backbone-shortcuts

Backbone.js + Keymaster.js = Backbone.Shortcuts (Keyboard shortcuts)
http://bry4n.github.com/backbone-shortcuts
MIT License
99 stars 16 forks source link

Bind method to this to run in the context of this. #2

Closed shouichi closed 12 years ago

shouichi commented 12 years ago

Normally, we want to run shortcut functions in a backbone view context. In backbone.js, they bind event functions to a view too.

bry4n commented 12 years ago

Merged, thanks!