diff options
Diffstat (limited to 'js/Linear/DERIV.js')
-rw-r--r-- | js/Linear/DERIV.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js index 8d2599b3..45b2345e 100644 --- a/js/Linear/DERIV.js +++ b/js/Linear/DERIV.js @@ -16,9 +16,7 @@ function DERIV() { return this.x; } DERIV.prototype.get = function DERIV() { - var options = { - } - return options; + alert("parameters cannot be modified"); } DERIV.prototype.set = function DERIV() { return new BasicBlock(this.x); |