Skip to content
This repository has been archived by the owner on Oct 10, 2017. It is now read-only.

Commit

Permalink
updated readme for info about backbone v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Dec 17, 2012
1 parent 7e36cf6 commit b4ee2dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion readme.md
@@ -1,6 +1,6 @@
# Backbone.EventBinder

Manage your Backbone events better.
Manage Backbone v0.9.2 events

## About Backbone.EventBinder

Expand All @@ -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
Expand Down

0 comments on commit b4ee2dc

Please sign in to comment.