summaryrefslogtreecommitdiff
path: root/js/Branching/SCALAR2VECTOR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/SCALAR2VECTOR.js')
-rw-r--r--js/Branching/SCALAR2VECTOR.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Branching/SCALAR2VECTOR.js b/js/Branching/SCALAR2VECTOR.js
index e4394a24..e6c2adec 100644
--- a/js/Branching/SCALAR2VECTOR.js
+++ b/js/Branching/SCALAR2VECTOR.js
@@ -51,4 +51,8 @@ function SCALAR2VECTOR() {
}
return new BasicBlock(this.x);
}
+ SCALAR2VECTOR.prototype.get_popup_title = function SCALAR2VECTOR() {
+ var set_param_popup_title = "Set block parameters";
+ return set_param_popup_title;
+ }
}