summaryrefslogtreecommitdiff
path: root/js/NonLinear/MAX_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/MAX_f.js')
-rw-r--r--js/NonLinear/MAX_f.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/NonLinear/MAX_f.js b/js/NonLinear/MAX_f.js
index 33aff00e..0f186bb6 100644
--- a/js/NonLinear/MAX_f.js
+++ b/js/NonLinear/MAX_f.js
@@ -18,6 +18,9 @@ function MAX_f() {
return this.x;
}
MAX_f.prototype.get = function MAX_f() {
+ var options = {
+ }
+ return options;
}
MAX_f.prototype.set = function MAX_f() {
this.x = arg1;