diff options
Diffstat (limited to 'js/IntegerOp/DLATCH.js')
-rw-r--r-- | js/IntegerOp/DLATCH.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index 130e2534..2ee55465 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -41,6 +41,9 @@ function DLATCH() { return this.x; } DLATCH.prototype.get = function DLATCH() { + var options = { + } + return options; } DLATCH.prototype.set = function DLATCH() { this.x = arg1; |