mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-15 01:47:55 -05:00
Merge pull request #1971 from wookiehangover/issue1966
added a note about Backbone.wrapError to the 0.9.9 changelog
This commit is contained in:
@@ -3874,6 +3874,11 @@ ActiveRecord::Base.include_root_in_json = false
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user