summaryrefslogtreecommitdiff
path: root/js/Branching/CLKFROM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/CLKFROM.js')
-rw-r--r--js/Branching/CLKFROM.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Branching/CLKFROM.js b/js/Branching/CLKFROM.js
index 35c72583..11e79e17 100644
--- a/js/Branching/CLKFROM.js
+++ b/js/Branching/CLKFROM.js
@@ -17,7 +17,10 @@ function CLKFROM() {
return this.x;
}
CLKFROM.prototype.get = function CLKFROM() {
- alert("parameters cannot be modified");
+ var options = {
+ tag:["Tag",this.tag],
+ }
+ return options;
}
CLKFROM.prototype.set = function CLKFROM() {
this.exprs = this.graphics.exprs;