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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js
index da4710ca..ad9d574c 100644
--- a/js/Electrical/Ground.js
+++ b/js/Electrical/Ground.js
@@ -30,4 +30,5 @@ function Ground() {
Ground.prototype.get_popup_title = function Ground() {
return;
}
+ Ground.prototype.getContainer = function Ground() { return new GroundBlock(this.x); }
}