diff options
Diffstat (limited to 'js/Sources/Counter.js')
-rw-r--r-- | js/Sources/Counter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/Counter.js b/js/Sources/Counter.js index 167d0809..d43b02cf 100644 --- a/js/Sources/Counter.js +++ b/js/Sources/Counter.js @@ -40,7 +40,7 @@ model.out2=1; model.dstate=0; model.ipar=[rule,maxim,minim]; model.blocktype="c"; -model.dep_ut=[None,None]; +model.dep_ut=[false,false]; exprs=[string(minim),string(maxim),string(rule)]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); |