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