diff options
Diffstat (limited to 'js/NonLinear/LOGBLK_f.js')
-rw-r--r-- | js/NonLinear/LOGBLK_f.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/NonLinear/LOGBLK_f.js b/js/NonLinear/LOGBLK_f.js index 59ee4067..aa223ced 100644 --- a/js/NonLinear/LOGBLK_f.js +++ b/js/NonLinear/LOGBLK_f.js @@ -19,7 +19,10 @@ function LOGBLK_f() { return this.x; } LOGBLK_f.prototype.get = function LOGBLK_f() { - alert("parameters cannot be modified"); + var options = { + a:["Basis (>1)",this.a], + } + return options; } LOGBLK_f.prototype.set = function LOGBLK_f() { this.exprs = this.graphics.exprs; |