Fixed mix update.

This commit is contained in:
fergal.moran
2012-09-06 12:01:46 +01:00
parent a0b8a72cdd
commit 708fca3fd5

View File

@@ -67,6 +67,7 @@ window.DSSEditableView = Backbone.View.extend({
var obj = "{\"" + changed.id + "\":\"" + value.replace(/\n/g, '<br />') + "\"}";
var objInst = JSON.parse(obj);
this.model.set(objInst);
},
_bakeForm:function (el, lookups) {
//TODO extend lookups to be a list