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