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/SUPER_f.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/Misc/SUPER_f.js') diff --git a/js/Misc/SUPER_f.js b/js/Misc/SUPER_f.js index 96598262..5aab1088 100644 --- a/js/Misc/SUPER_f.js +++ b/js/Misc/SUPER_f.js @@ -26,6 +26,9 @@ function SUPER_f() { return this.x; } SUPER_f.prototype.get = function SUPER_f() { + var options = { + } + return options; } SUPER_f.prototype.set = function SUPER_f() { xcos(arg1.model.rpar); -- cgit