Friday, January 06, 2012

Backbone.js

Backbone.js: "bindobject.bind(event, callback, [context])
Bind a callback function to an object. The callback will be invoked whenever the event (specified by an arbitrary string identifier) is fired. If you have a large number of different events on a page, the convention is to use colons to namespace them: "poll:start", or "change:selection"

"

'via Blog this'