Files
backbone/test
Keith Cirkel 6ef6f759b6 Add a third "context" argument to Backbone.Event.Bind which, when passed, will bind the callback to the provided context.
Example:

	Backbone.Event.Bind('event', this.event, this);

Before this commit the way to do this was as follows:

	Backbone.Event.Bind('event', _.bind(this.event, this));
2011-07-25 22:47:48 +01:00
..
2011-07-01 12:36:11 -04:00
2011-07-01 12:36:11 -04:00
2011-05-26 10:54:28 -04:00