バックボーン モデルを保存しました。保存は成功しました。ただし、成功またはエラー関数は呼び出されていないようです。これが私が試したことです:
that.model.save(null,{
success:function(model, response){
console.log("save successful");
},
error: function(model, response){
console.log("save error");
}
});