summaryrefslogtreecommitdiff
path: root/js/Sources/STEP_FUNCTION.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/STEP_FUNCTION.js')
-rw-r--r--js/Sources/STEP_FUNCTION.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/STEP_FUNCTION.js b/js/Sources/STEP_FUNCTION.js
index 7bbe4b80..10024cd5 100644
--- a/js/Sources/STEP_FUNCTION.js
+++ b/js/Sources/STEP_FUNCTION.js
@@ -22,7 +22,7 @@ function STEP_FUNCTION() {
this.model = blk.model;
this.graphics.orig = new ScilabDouble([80,10]);
this.graphics.sz = new ScilabDouble([20,20]);
- this.graphics.exprs = new ScilabDouble(["1"]);
+ this.graphics.exprs = new ScilabString(["1"]);
this.model.ipar = new ScilabDouble([1]);
this.graphics.pin = new ScilabDouble([3]);
blk.graphics = this.graphics;