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