summaryrefslogtreecommitdiff
path: root/js/Sinks/CSCOPE.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/CSCOPE.js')
-rw-r--r--js/Sinks/CSCOPE.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js
index 0d08e60c..6a97815d 100644
--- a/js/Sinks/CSCOPE.js
+++ b/js/Sinks/CSCOPE.js
@@ -27,6 +27,8 @@ function CSCOPE() {
return this.x;
}
CSCOPE.prototype.get = function CSCOPE() {
+ var exprs = this.graphics.exprs;
+ this.set_param_popup_title = "Set Scope parameters";
var options = {
clrs:["Color (>0) or mark (<0) vector (8 entries)",this.clrs.toString().replace(/,/g," ")],
win:["Output window number (-1 for automatic)",this.win],
@@ -121,7 +123,6 @@ function CSCOPE() {
return new BasicBlock(this.x);
}
CSCOPE.prototype.get_popup_title = function CSCOPE() {
- var set_param_popup_title = "Set Scope parameters";
- return set_param_popup_title;
+ return this.set_param_popup_title;
}
}