It might not be obvious, but event
property in backbone.js views is used only for DOM events. Custom events should be bound as James Brown mentioned above.
It might not be obvious, but event
property in backbone.js views is used only for DOM events. Custom events should be bound as James Brown mentioned above.