Skip to content

Commit 8e76dc9

Browse files
committed
Docs
1 parent e987b82 commit 8e76dc9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

MDX2JSON/Dashboard.cls.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,8 @@ Converts %DeepSee.Dashboard.Control object into %ZEN.proxyObject, handles run-ti
200200
<FormalSpec>Widget:%DeepSee.Dashboard.Widget,Number:%Integer,Cube:%String</FormalSpec>
201201
<ReturnType>%ZEN.proxyObject</ReturnType>
202202
<Implementation><![CDATA[
203-
#dim control As %DeepSee.Dashboard.Control
204203
set obj = ##class(%ZEN.proxyObject).%New()
205-
set st = Widget.controls.GetAt(Number).%CopyTo(obj)
204+
set st = Widget.controls.GetAt(Number).%CopyTo(obj) // copy widget control properties to proxyObj
206205
207206
set obj.label = ##class(%DeepSee.UserPortal.Utils).%ResolveText(obj.label)
208207
set obj.source = Widget.name

0 commit comments

Comments
 (0)