summaryrefslogtreecommitdiff
path: root/js/Sources/RAMP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/RAMP.js')
-rw-r--r--js/Sources/RAMP.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sources/RAMP.js b/js/Sources/RAMP.js
index e16ff3d8..f49c9ca1 100644
--- a/js/Sources/RAMP.js
+++ b/js/Sources/RAMP.js
@@ -37,6 +37,7 @@ function RAMP() {
this.slope = parseFloat(arguments[0]["slope"]);
this.stt = parseFloat(arguments[0]["stt"]);
this.iout = parseFloat(arguments[0]["iout"]);
+ var exprs = [arguments[0]["slope"], arguments[0]["stt"], arguments[0]["iout"]];
if (!ok) {
break;
}