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