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