summaryrefslogtreecommitdiff
path: root/js/Sources/Counter.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/Counter.js')
-rw-r--r--js/Sources/Counter.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sources/Counter.js b/js/Sources/Counter.js
index 6bef916b..5cd512f5 100644
--- a/js/Sources/Counter.js
+++ b/js/Sources/Counter.js
@@ -36,6 +36,7 @@ function Counter() {
this.minim = parseFloat(arguments[0]["minim"]);
this.maxim = parseFloat(arguments[0]["maxim"]);
this.rule = parseFloat(arguments[0]["rule"]);
+ var exprs = [arguments[0]["minim"], arguments[0]["maxim"], arguments[0]["rule"]];
if (!ok) {
break;
}