summaryrefslogtreecommitdiff
path: root/js/NonLinear/POWBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/POWBLK_f.js')
-rw-r--r--js/NonLinear/POWBLK_f.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/NonLinear/POWBLK_f.js b/js/NonLinear/POWBLK_f.js
index 9bbda8a7..3d315239 100644
--- a/js/NonLinear/POWBLK_f.js
+++ b/js/NonLinear/POWBLK_f.js
@@ -19,7 +19,10 @@ function POWBLK_f() {
return this.x;
}
POWBLK_f.prototype.get = function POWBLK_f() {
- alert("parameters cannot be modified");
+ var options = {
+ a:["to the power of",this.a],
+ }
+ return options;
}
POWBLK_f.prototype.set = function POWBLK_f() {
this.exprs = this.graphics.exprs;