summaryrefslogtreecommitdiff
path: root/js/Sinks/CANIMXY3D.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/CANIMXY3D.js')
-rw-r--r--js/Sinks/CANIMXY3D.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Sinks/CANIMXY3D.js b/js/Sinks/CANIMXY3D.js
index c05bb823..cc98d47f 100644
--- a/js/Sinks/CANIMXY3D.js
+++ b/js/Sinks/CANIMXY3D.js
@@ -32,6 +32,8 @@ function CANIMXY3D() {
return this.x;
}
CANIMXY3D.prototype.get = function CANIMXY3D() {
+ var exprs = this.graphics.exprs;
+ this.set_param_popup_title = "Set Scope parameters";
var options = {
nbr_curves:["Number of curves",this.nbr_curves],
clrs:["color (>0) or mark (<0)",this.clrs.toString().replace(/,/g," ")],
@@ -145,7 +147,6 @@ function CANIMXY3D() {
return new BasicBlock(this.x);
}
CANIMXY3D.prototype.get_popup_title = function CANIMXY3D() {
- var set_param_popup_title = "Set Scope parameters";
- return set_param_popup_title;
+ return this.set_param_popup_title;
}
}