summaryrefslogtreecommitdiff
path: root/js/Electrical/CurrentSensor.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/CurrentSensor.js')
-rw-r--r--js/Electrical/CurrentSensor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/CurrentSensor.js b/js/Electrical/CurrentSensor.js
index ac8063d1..8d21b7fc 100644
--- a/js/Electrical/CurrentSensor.js
+++ b/js/Electrical/CurrentSensor.js
@@ -7,7 +7,7 @@ x=arg1;
}
CurrentSensor.prototype.define = function CurrentSensor() {
model=scicos_model();
-model.in=1;
+model.in1=1;
model.out=[1,1];
model.sim="CurrentSensor";
model.blocktype="c";