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