From b560ce4b4abb5450dce9a06a7bcddde3b96c1e2c Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 22 Aug 2018 21:18:08 +0530 Subject: support single option blocks --- js/NonLinear/EXPBLK_m.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'js/NonLinear/EXPBLK_m.js') diff --git a/js/NonLinear/EXPBLK_m.js b/js/NonLinear/EXPBLK_m.js index 3aa7f33e..df1fc9d3 100644 --- a/js/NonLinear/EXPBLK_m.js +++ b/js/NonLinear/EXPBLK_m.js @@ -23,7 +23,10 @@ function EXPBLK_m() { return this.x; } EXPBLK_m.prototype.get = function EXPBLK_m() { - alert("parameters cannot be modified"); + var options = { + a:["a (>0)",this.a], + } + return options; } EXPBLK_m.prototype.set = function EXPBLK_m() { this.exprs = this.graphics.exprs; -- cgit