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