diff options
Diffstat (limited to 'js/NonLinear/SIGNUM.js')
-rw-r--r-- | js/NonLinear/SIGNUM.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/NonLinear/SIGNUM.js b/js/NonLinear/SIGNUM.js index 99386542..f52c4715 100644 --- a/js/NonLinear/SIGNUM.js +++ b/js/NonLinear/SIGNUM.js @@ -25,7 +25,7 @@ function SIGNUM() { return options; } SIGNUM.prototype.set = function SIGNUM() { - this.zcr = parseFloat((arguments[0]["zcr"])) + this.zcr = arguments[0]["zcr"] this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |