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

jsdoc

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