summaryrefslogtreecommitdiff
path: root/js/Misc/CBLOCK.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/CBLOCK.js')
-rw-r--r--js/Misc/CBLOCK.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Misc/CBLOCK.js b/js/Misc/CBLOCK.js
index c2a1781c..b5c5e41a 100644
--- a/js/Misc/CBLOCK.js
+++ b/js/Misc/CBLOCK.js
@@ -36,6 +36,8 @@ function CBLOCK() {
return this.x;
}
CBLOCK.prototype.get = function CBLOCK() {
+ var label = this.graphics.exprs;
+ this.set_param_popup_title = "Set C-Block2 block parameters";
var options = {
function_name:["simulation function",this.function_name],
impli:["is block implicit? (y,n)",this.impli],
@@ -165,7 +167,6 @@ function CBLOCK() {
return new BasicBlock(this.x);
}
CBLOCK.prototype.get_popup_title = function CBLOCK() {
- var set_param_popup_title = "Set C-Block2 block parameters";
- return set_param_popup_title;
+ return this.set_param_popup_title;
}
}