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