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