diff --git a/Server/iTasks/API/Extensions/SVG/SVGEditor.icl b/Server/iTasks/API/Extensions/SVG/SVGEditor.icl index b413d989b44c6514cc82dbcf347bc741519687a4..dfb391ead3198dc341edde2cceae0d1ff404266e 100644 --- a/Server/iTasks/API/Extensions/SVG/SVGEditor.icl +++ b/Server/iTasks/API/Extensions/SVG/SVGEditor.icl @@ -123,7 +123,7 @@ svgRenderer svglet=:{initView,renderImage,updView,updModel} onNewState :: !(JSVal a) !(SVGEditor s v) !s !*JSWorld -> *JSWorld | JSONEncode{|*|} s onNewState me svglet=:{initView,renderImage} s world - #! cid = "FIXME: SOME UNIQUE STRING" + #! cid = "FIXME_SOME_UNIQUE_STRING" #! v = initView s #! world = jsPutCleanVal "view" v me world //Store the view value on the component #! world = jsPutCleanVal "model" s me world //Store the model value on the component