diff options
Diffstat (limited to 'js/Sinks/CANIMXY.js')
-rw-r--r-- | js/Sinks/CANIMXY.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Sinks/CANIMXY.js b/js/Sinks/CANIMXY.js index e0d118cb..2625d745 100644 --- a/js/Sinks/CANIMXY.js +++ b/js/Sinks/CANIMXY.js @@ -32,6 +32,8 @@ function CANIMXY() { return this.x; } CANIMXY.prototype.get = function CANIMXY() { + 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], @@ -128,7 +130,6 @@ function CANIMXY() { return new BasicBlock(this.x); } CANIMXY.prototype.get_popup_title = function CANIMXY() { - var set_param_popup_title = "Set Scope parameters"; - return set_param_popup_title; + return this.set_param_popup_title; } } |