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