Skip to content

Commit

Permalink
added a note about the removal of Backbone.wrapError to the 0.9.9 cha…
Browse files Browse the repository at this point in the history
…ngelog. closes jashkenas#1966
  • Loading branch information
Sam Breed committed Dec 18, 2012
1 parent 3dbf6db commit 6946d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Expand Up @@ -3874,6 +3874,11 @@ <h2 id="changelog">Change Log</h2>
which triggers whenever a request begins to be made to the server.
The natural complement to the <tt>"sync"</tt> event.
</li>
<li>
Removed <tt>Backbone.wrapError</tt> helper method, in favor of wrapping
optional error callbacks with a fallback error event within
<tt>Backbone.sync</tt>.
</li>
<li>
Router URLs now support optional parts via parentheses, without having
to use a regex.
Expand Down

0 comments on commit 6946d5f

Please sign in to comment.