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/Electrical/CVS.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/Electrical/CVS.js') diff --git a/js/Electrical/CVS.js b/js/Electrical/CVS.js index c78c81f5..59ffbd03 100644 --- a/js/Electrical/CVS.js +++ b/js/Electrical/CVS.js @@ -53,6 +53,9 @@ function CVS() { return this.x; } CVS.prototype.get = function CVS() { + var options = { + } + return options; } CVS.prototype.set = function CVS() { this.x = arg1; -- cgit