summaryrefslogtreecommitdiff
path: root/js/Branching/EXTRACTOR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/EXTRACTOR.js')
-rw-r--r--js/Branching/EXTRACTOR.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/EXTRACTOR.js b/js/Branching/EXTRACTOR.js
index c00eba54..c12592d9 100644
--- a/js/Branching/EXTRACTOR.js
+++ b/js/Branching/EXTRACTOR.js
@@ -24,7 +24,7 @@ function EXTRACTOR() {
return options;
}
EXTRACTOR.prototype.set = function EXTRACTOR() {
- this.ind = parseFloat((arguments[0]["ind"]))
+ this.ind = parseFloat(arguments[0]["ind"])
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;