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