Skip to content
Snippets Groups Projects
Commit f0186490 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

c14n

parent d7dd869f
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
<Color USE='AutogeneratedColorNode'/>
</field>
<field accessType='initializeOnly' name='traceEnabled' type='SFBool' value='true'/>
<![CDATA[
<![CDATA[
ecmascript:
function initialize ()
......@@ -87,7 +87,7 @@ function alwaysPrint (text)
function tracePrint (text)
{
if (traceEnabled) Browser.print ('[ColorCodedMinefield] ' + text);
}
}
]]>
</Script>
<ROUTE fromField='newHeight' fromNode='BuildColorScript' toField='set_height' toNode='EGNode'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment