summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r--js/Sources/CONST_f.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js
index fcd527ac..993cb024 100644
--- a/js/Sources/CONST_f.js
+++ b/js/Sources/CONST_f.js
@@ -18,7 +18,10 @@ function CONST_f() {
return this.x;
}
CONST_f.prototype.get = function CONST_f() {
- alert("parameters cannot be modified");
+ var options = {
+ C:["Constant",this.C],
+ }
+ return options;
}
CONST_f.prototype.set = function CONST_f() {
this.exprs = this.graphics.exprs;