Should ignore Id when its 0

This commit is contained in:
Mark McDowall 2013-05-24 20:40:35 -07:00
parent 343a794c2a
commit e1b9fb2f16
2 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,7 @@ define([
initialize: function () {
this.model.set('isExisting', true);
this.model.set('id', undefined);
},
addSeries: function () {