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