summaryrefslogtreecommitdiff
path: root/js/Electrical/Ground.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/Ground.js')
-rw-r--r--js/Electrical/Ground.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js
index 6e22af8e..454ea116 100644
--- a/js/Electrical/Ground.js
+++ b/js/Electrical/Ground.js
@@ -22,9 +22,7 @@ function Ground() {
return this.x;
}
Ground.prototype.get = function Ground() {
- var options = {
- }
- return options;
+ alert("parameters cannot be modified");
}
Ground.prototype.set = function Ground() {
return new GroundBlock(this.x);