diff options
Diffstat (limited to 'js/NonLinear/ABS_VALUE.js')
-rw-r--r-- | js/NonLinear/ABS_VALUE.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/NonLinear/ABS_VALUE.js b/js/NonLinear/ABS_VALUE.js index cb2a098b..1002b0ea 100644 --- a/js/NonLinear/ABS_VALUE.js +++ b/js/NonLinear/ABS_VALUE.js @@ -21,6 +21,7 @@ function ABS_VALUE() { ABS_VALUE.prototype.get = function ABS_VALUE() { } ABS_VALUE.prototype.set = function ABS_VALUE() { + this.zcr = parseFloat((arguments[0]["zcr"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |