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