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/MFCLCK_f.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'js/Events/MFCLCK_f.js') diff --git a/js/Events/MFCLCK_f.js b/js/Events/MFCLCK_f.js index e352368c..628444f9 100644 --- a/js/Events/MFCLCK_f.js +++ b/js/Events/MFCLCK_f.js @@ -22,6 +22,11 @@ function MFCLCK_f() { return this.x; } MFCLCK_f.prototype.get = function MFCLCK_f() { + var options = { + dt:["basic period (1/f)",this.dt], + nn:["multiply by (n)",this.nn], + } + return options; } MFCLCK_f.prototype.set = function MFCLCK_f() { this.dt = parseFloat((arguments[0]["dt"])) -- cgit