diff options
Diffstat (limited to 'js/Electrical/PotentialSensor.js')
-rw-r--r-- | js/Electrical/PotentialSensor.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Electrical/PotentialSensor.js b/js/Electrical/PotentialSensor.js index b2a6dc22..9ef7202b 100644 --- a/js/Electrical/PotentialSensor.js +++ b/js/Electrical/PotentialSensor.js @@ -23,6 +23,9 @@ function PotentialSensor() { return this.x; } PotentialSensor.prototype.get = function PotentialSensor() { + var options = { + } + return options; } PotentialSensor.prototype.set = function PotentialSensor() { this.x = arg1; |