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