liuyg
2021-06-15 ebefa651ad2d6edbfdb30fea3fc1ff97232a0aee
1
2
//>>built
define(["dojo/_base/declare","dojo/_base/lang","./getPlainValue","./EditStoreRefController","./ListController"],function(b,e,f,c,d){return b("dojox.mvc.EditStoreRefListController",[c,d],{commitCurrent:function(){for(var b=this.cursor[this.idProperty],a=0;a<this.originalModel.length;a++)if(this.originalModel[a][this.idProperty]==b){this.originalModel.set(a,this.cloneModel(this.cursor));break}this.store.put(this.cursor)}})});