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/IntegerOp/SRFLIPFLOP.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/IntegerOp/SRFLIPFLOP.js') diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js index d00d54cb..83b5aee6 100644 --- a/js/IntegerOp/SRFLIPFLOP.js +++ b/js/IntegerOp/SRFLIPFLOP.js @@ -36,6 +36,9 @@ function SRFLIPFLOP() { return this.x; } SRFLIPFLOP.prototype.get = function SRFLIPFLOP() { + var options = { + } + return options; } SRFLIPFLOP.prototype.set = function SRFLIPFLOP() { this.init = parseFloat((arguments[0]["init"])) -- cgit