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