diff options
Diffstat (limited to 'js/Sources/PULSE_SC.js')
-rw-r--r-- | js/Sources/PULSE_SC.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js index f38ce84e..f7a048e4 100644 --- a/js/Sources/PULSE_SC.js +++ b/js/Sources/PULSE_SC.js @@ -66,9 +66,9 @@ while (!ok) { if (!ok) { return; } -%scicos_context=scicos_context; +PREVAR_scicos_context=scicos_context; sblock=x.model.rpar; -[%scicos_context,ierr]=script2var(sblock.props.context,%scicos_context); +[PREVAR_scicos_context,ierr]=script2var(sblock.props.context,PREVAR_scicos_context); if (ierr==0) { [sblock,%w,needcompile2,ok]=do_eval(sblock,list()); if (ok) { |