Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
20 times, not 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 2, 2013
1 parent 9166684 commit 709402a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Also:
* `View#delegateEvents` has `keepOld` option that allows to preserve old events.
* All params are allowed for model attributes, for example `model.get('constructor')` [(jashkenas/backbone#1495)](https://github.com/jashkenas/backbone/issues/1495)
* Ultra-fast event delegation via native `View#delegate` method.
* Event triggering on disposed objects is [three times faster](http://jsperf.com/exoskeleton-vs-backbone-events)
* Event triggering on disposed objects is [20 times faster](http://jsperf.com/exoskeleton-vs-backbone-events)
* `Backbone.Deferred` overridable method for custom promise libraries or DOM promises

## Differences
Expand Down

0 comments on commit 709402a

Please sign in to comment.