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