summaryrefslogtreecommitdiff
path: root/js/Sources/CONST.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r--js/Sources/CONST.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js
index 76661388..6dfc718c 100644
--- a/js/Sources/CONST.js
+++ b/js/Sources/CONST.js
@@ -18,9 +18,7 @@ function CONST() {
return this.x;
}
CONST.prototype.get = function CONST() {
- var options = {
- }
- return options;
+ alert("parameters cannot be modified");
}
CONST.prototype.set = function CONST() {
this.exprs = this.graphics.exprs;