提交 638d5fd2 编写于 作者: U unknown

jsdoc

上级 cf076ed2
......@@ -220,6 +220,8 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg = new Class(
},
_computeValue: function(){
debugger;
var simple = this.json.storeRange === "simple";
var values = [];
if (this.json.identityValue) {
......@@ -1156,6 +1158,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg = new Class(
return node;
},
_setValue: function(value){
debugger;
var values = [];
var ags = [];
var simple = this.json.storeRange === "simple";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册