diff options
Diffstat (limited to 'js/Misc/BACKLASH.js')
-rw-r--r-- | js/Misc/BACKLASH.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Misc/BACKLASH.js b/js/Misc/BACKLASH.js index ac616dc2..b02a3366 100644 --- a/js/Misc/BACKLASH.js +++ b/js/Misc/BACKLASH.js @@ -20,6 +20,9 @@ function BACKLASH() { BACKLASH.prototype.get = function BACKLASH() { } BACKLASH.prototype.set = function BACKLASH() { + this.ini = parseFloat((arguments[0]["ini"])) + this.gap = parseFloat((arguments[0]["gap"])) + this.zcr = parseFloat((arguments[0]["zcr"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |