summaryrefslogtreecommitdiff
path: root/js/Misc/RELATIONALOP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/RELATIONALOP.js')
-rw-r--r--js/Misc/RELATIONALOP.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js
index 33d0d152..bb6b8848 100644
--- a/js/Misc/RELATIONALOP.js
+++ b/js/Misc/RELATIONALOP.js
@@ -78,7 +78,7 @@ ipar=[2];
label="&lt";
model=scicos_model();
model.sim=list("relationalop",4);
-model.in=[1,1];
+model.in1=[1,1];
model.out=1;
model.ipar=ipar;
model.blocktype="c";