summaryrefslogtreecommitdiff
path: root/js/NonLinear/ABS_VALUE.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/ABS_VALUE.js')
-rw-r--r--js/NonLinear/ABS_VALUE.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/NonLinear/ABS_VALUE.js b/js/NonLinear/ABS_VALUE.js
index 1002b0ea..da4d3854 100644
--- a/js/NonLinear/ABS_VALUE.js
+++ b/js/NonLinear/ABS_VALUE.js
@@ -19,6 +19,10 @@ function ABS_VALUE() {
return this.x;
}
ABS_VALUE.prototype.get = function ABS_VALUE() {
+ var options = {
+ zcr:["use zero_crossing (1: yes) (0:no)",this.zcr],
+ }
+ return options;
}
ABS_VALUE.prototype.set = function ABS_VALUE() {
this.zcr = parseFloat((arguments[0]["zcr"]))