diff options
Diffstat (limited to 'js/Electrical/MOTOR.js')
-rw-r--r-- | js/Electrical/MOTOR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/MOTOR.js b/js/Electrical/MOTOR.js index c8e0ae1c..794262aa 100644 --- a/js/Electrical/MOTOR.js +++ b/js/Electrical/MOTOR.js @@ -11,7 +11,7 @@ model.out=[1,1]; model.in1=[1]; model.sim="motor"; model.blocktype="c"; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; gr_i=[]; exprs=""; x=standard_define([2,2],model,exprs,gr_i); |