arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

issue the new id for save() call #76

Open tshm opened 12 years ago

tshm commented 12 years ago

If my understanding of the document and current code is correct, following patch should be applied. Thanks.

--- a/agility.js +++ b/agility.js @@ -983,9 +983,9 @@ } }, success: function(data, textStatus, jqXHR){