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