diff options
Diffstat (limited to 'js/Branching/EXTRACTOR.js')
-rw-r--r-- | js/Branching/EXTRACTOR.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Branching/EXTRACTOR.js b/js/Branching/EXTRACTOR.js index b34bd597..e49f6001 100644 --- a/js/Branching/EXTRACTOR.js +++ b/js/Branching/EXTRACTOR.js @@ -20,6 +20,7 @@ function EXTRACTOR() { EXTRACTOR.prototype.get = function EXTRACTOR() { } EXTRACTOR.prototype.set = function EXTRACTOR() { + this.ind = parseFloat((arguments[0]["ind"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |