From e08ff142852255a8d15bb7d0be90450e42ba0f9d Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 30 Jan 2012 09:47:48 -0500 Subject: [PATCH] fixes #64 -- mention that POST and PUT are complete in docs. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6c2168e5..0dcb3435 100644 --- a/index.html +++ b/index.html @@ -851,7 +851,8 @@ setInterval(function() { Save a model to your database (or alternative persistence layer), by delegating to Backbone.sync. The attributes hash (as in set) should contain the attributes - you'd like to change -- keys that aren't mentioned won't be altered. + you'd like to change — keys that aren't mentioned won't be altered — but, + a complete representation of the resource will be sent to the server. If the model has a validate method, and validation fails, the model will not be saved. If the model isNew, the save will be a "create"