diff options
Diffstat (limited to 'js/NonLinear/INVBLK.js')
-rw-r--r-- | js/NonLinear/INVBLK.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/NonLinear/INVBLK.js b/js/NonLinear/INVBLK.js index 8c6911f1..5d8b700c 100644 --- a/js/NonLinear/INVBLK.js +++ b/js/NonLinear/INVBLK.js @@ -17,6 +17,9 @@ function INVBLK() { return this.x; } INVBLK.prototype.get = function INVBLK() { + var options = { + } + return options; } INVBLK.prototype.set = function INVBLK() { this.x = arg1; |