summaryrefslogtreecommitdiff
path: root/js/Electrical/PotentialSensor.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/PotentialSensor.js')
-rw-r--r--js/Electrical/PotentialSensor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Electrical/PotentialSensor.js b/js/Electrical/PotentialSensor.js
index 8967885a..431dbde6 100644
--- a/js/Electrical/PotentialSensor.js
+++ b/js/Electrical/PotentialSensor.js
@@ -31,4 +31,5 @@ function PotentialSensor() {
PotentialSensor.prototype.get_popup_title = function PotentialSensor() {
return;
}
+ PotentialSensor.prototype.getContainer = function PotentialSensor() { return new BasicBlock(this.x); }
}