diff options
Diffstat (limited to 'js/Sinks/CMATVIEW.js')
-rw-r--r-- | js/Sinks/CMATVIEW.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Sinks/CMATVIEW.js b/js/Sinks/CMATVIEW.js index ea5cab06..c6933392 100644 --- a/js/Sinks/CMATVIEW.js +++ b/js/Sinks/CMATVIEW.js @@ -26,6 +26,8 @@ function CMATVIEW() { return this.x; } CMATVIEW.prototype.get = function CMATVIEW() { + var exprs = this.graphics.exprs; + this.set_param_popup_title = "Set Scope parameters"; var options = { colormap:["ColorMap",this.colormap], cmin:["Minimum level range",this.cmin], @@ -71,7 +73,6 @@ function CMATVIEW() { return new BasicBlock(this.x); } CMATVIEW.prototype.get_popup_title = function CMATVIEW() { - var set_param_popup_title = "Set Scope parameters"; - return set_param_popup_title; + return this.set_param_popup_title; } } |