From 638d5fd2c60c9d835aeb7f631dc817d00a12b25e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 11 Jan 2021 10:09:50 +0800 Subject: [PATCH] jsdoc --- o2web/source/x_component_process_Xform/Org.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/o2web/source/x_component_process_Xform/Org.js b/o2web/source/x_component_process_Xform/Org.js index fdef3a3e37..8a0b9f2d19 100644 --- a/o2web/source/x_component_process_Xform/Org.js +++ b/o2web/source/x_component_process_Xform/Org.js @@ -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"; -- GitLab