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