Fixed validation that was causing add existing series to fail

This commit is contained in:
Mark McDowall
2014-06-05 23:38:05 -07:00
parent ddbcb883ca
commit 519b6debfb
6 changed files with 48 additions and 33 deletions

View File

@@ -30,10 +30,6 @@ define([
this.targetCollection = options.targetCollection;
},
onBeforeClose: function () {
window.alert('closing down!');
},
_save: function () {
var self = this;
var promise = this.model.save();