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