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