diff options
Diffstat (limited to 'js/Sources/STEP.js')
-rw-r--r-- | js/Sources/STEP.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/STEP.js b/js/Sources/STEP.js index d101a991..79070f6e 100644 --- a/js/Sources/STEP.js +++ b/js/Sources/STEP.js @@ -75,4 +75,8 @@ function STEP() { } return new BasicBlock(this.x); } + STEP.prototype.get_popup_title = function STEP() { + var set_param_popup_title = msprintf("Set %s block parameters","STEP_FUNCTION"); + return set_param_popup_title; + } } |