summaryrefslogtreecommitdiff
path: root/js/NonLinear/TANBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/TANBLK_f.js')
-rw-r--r--js/NonLinear/TANBLK_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/NonLinear/TANBLK_f.js b/js/NonLinear/TANBLK_f.js
index 6227e422..94214b30 100644
--- a/js/NonLinear/TANBLK_f.js
+++ b/js/NonLinear/TANBLK_f.js
@@ -23,4 +23,8 @@ function TANBLK_f() {
this.x.model.firing = [];
return new BasicBlock(this.x);
}
+ TANBLK_f.prototype.get_popup_title = function TANBLK_f() {
+ var set_param_popup_title = "Set parameters";
+ return set_param_popup_title;
+ }
}