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/func_block.js | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'js/Misc/func_block.js')

diff --git a/js/Misc/func_block.js b/js/Misc/func_block.js
index f66d74a6..e275af9e 100644
--- a/js/Misc/func_block.js
+++ b/js/Misc/func_block.js
@@ -16,6 +16,9 @@ function func_block() {
         return this.x;
     }
     func_block.prototype.get = function func_block() {
+        var options = {
+        }
+        return options;
     }
     func_block.prototype.set = function func_block() {
         model = arg1.model;
-- 
cgit