summaryrefslogtreecommitdiff
path: root/js/Linear/INTEGRAL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/INTEGRAL_f.js')
-rw-r--r--js/Linear/INTEGRAL_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Linear/INTEGRAL_f.js b/js/Linear/INTEGRAL_f.js
index 8a543977..df9da2ee 100644
--- a/js/Linear/INTEGRAL_f.js
+++ b/js/Linear/INTEGRAL_f.js
@@ -40,4 +40,8 @@ function INTEGRAL_f() {
this.x.model.firing = [];
return new BasicBlock(this.x);
}
+ INTEGRAL_f.prototype.get_popup_title = function INTEGRAL_f() {
+ var set_param_popup_title = "Set continuous linear system parameters";
+ return set_param_popup_title;
+ }
}