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