From b4ee2dcf4107b03e24b4af8a139a988b27ed1e1f Mon Sep 17 00:00:00 2001 From: Derick Bailey Date: Mon, 17 Dec 2012 08:01:39 -0600 Subject: [PATCH] updated readme for info about backbone v0.9.9 --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8949815..0fd8cbe 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Backbone.EventBinder -Manage your Backbone events better. +Manage Backbone v0.9.2 events ## About Backbone.EventBinder @@ -14,6 +14,16 @@ Backbone.EventBinder provides a simple mechanism for cleaning up your event bindings, including the ability to clean up anonymous callback functions! +## Obsolete With Backbone v0.9.9+ + +Backbone v0.9.9 introduced two new methods to the Backbone.Events +object: `listenTo` and `stopListening`. These methods are direct +replacements for Backbone.EventBinder. + +If you are using Backbone v0.9.9 or higher, you do not need this +plugin. This repository will stick around for those using Backbone +v0.9.2, though. + ## Downloads And Source Grab the source from the `src` folder above. Grab the most recent builds