diff options
Diffstat (limited to 'js/NonLinear/TrigFun.js')
-rw-r--r-- | js/NonLinear/TrigFun.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/NonLinear/TrigFun.js b/js/NonLinear/TrigFun.js index 78f23521..6bc2eca5 100644 --- a/js/NonLinear/TrigFun.js +++ b/js/NonLinear/TrigFun.js @@ -16,9 +16,7 @@ function TrigFun() { return this.x; } TrigFun.prototype.get = function TrigFun() { - var options = { - } - return options; + alert("parameters cannot be modified"); } TrigFun.prototype.set = function TrigFun() { this.exprs = this.graphics.exprs; |