diff options
Diffstat (limited to 'js/Linear/INTEGRAL_f.js')
-rw-r--r-- | js/Linear/INTEGRAL_f.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Linear/INTEGRAL_f.js b/js/Linear/INTEGRAL_f.js index cfe0733c..1bbbc888 100644 --- a/js/Linear/INTEGRAL_f.js +++ b/js/Linear/INTEGRAL_f.js @@ -18,6 +18,9 @@ function INTEGRAL_f() { return this.x; } INTEGRAL_f.prototype.get = function INTEGRAL_f() { + var options = { + } + return options; } INTEGRAL_f.prototype.set = function INTEGRAL_f() { this.x0 = parseFloat((arguments[0]["x0"])) |