jxdnsong
2020-10-23 a7929e6b3ec9ac17233f39e55a2b8ac63ea75f42
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)}})});