diff --git a/index.html b/index.html index b91c1191..92f483fd 100644 --- a/index.html +++ b/index.html @@ -383,6 +383,8 @@ refresh is now reset. The previous saveLocation and setLocation functions have been replaced by navigate. + Backbone.sync's method signature has changed to allow the passing + of arbitrary options to jQuery.ajax. Be sure to opt-in to pushState support, if you want to use it.
@@ -1627,14 +1629,13 @@ $(function(){- The method signature of Backbone.sync is sync(method, model, success, error) + The method signature of Backbone.sync is sync(method, model, [options])