diff options
Diffstat (limited to 'js/Electrical/CVS.js')
-rw-r--r-- | js/Electrical/CVS.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Electrical/CVS.js b/js/Electrical/CVS.js index bf5c66f3..cdac5393 100644 --- a/js/Electrical/CVS.js +++ b/js/Electrical/CVS.js @@ -53,9 +53,7 @@ function CVS() { return this.x; } CVS.prototype.get = function CVS() { - var options = { - } - return options; + alert("parameters cannot be modified"); } CVS.prototype.set = function CVS() { this.exprs = this.graphics.exprs; |