Tests and cleanup

This commit is contained in:
Mark McDowall 2013-12-10 18:00:44 -08:00
commit 0a12343b9e
10 changed files with 71 additions and 15 deletions

View file

@ -38,6 +38,7 @@ define(
this.listenTo(proxy, 'sync', function (proxyModel, models) {
this.add(models, { merge: true });
this.trigger('save', this);
});
return proxy.save();