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