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