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