liuyg
2021-06-22 1a2c1d005bf7de2528f73638fb24d31da812aad5
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)}})});