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