From ca1a67f78f7de40a7956c69e41f4ddae2542f4f2 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 22:51:03 +0530 Subject: add options block --- js/Misc/PAL_f.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/Misc/PAL_f.js') diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js index f325c8c6..acb871f7 100644 --- a/js/Misc/PAL_f.js +++ b/js/Misc/PAL_f.js @@ -19,6 +19,9 @@ function PAL_f() { return this.x; } PAL_f.prototype.get = function PAL_f() { + var options = { + } + return options; } PAL_f.prototype.set = function PAL_f() { [this.x,newparameters,needcompile,edited] = scicos(arg1.model.rpar); -- cgit