diff options
author | Sunil Shetye | 2018-08-24 13:19:45 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-08-27 16:43:40 +0530 |
commit | 54e9da81f331216dd021dd4164db2811f28c6f33 (patch) | |
tree | 23c2ad8d666634b2e733cfcf42161f5675b73a8d /js/Events/CLKSOMV_f.js | |
parent | 6e346dc5337e4a53f8268744c372ca694a9563f0 (diff) | |
download | sci2js-54e9da81f331216dd021dd4164db2811f28c6f33.tar.gz sci2js-54e9da81f331216dd021dd4164db2811f28c6f33.tar.bz2 sci2js-54e9da81f331216dd021dd4164db2811f28c6f33.zip |
get the title from the definition
Diffstat (limited to 'js/Events/CLKSOMV_f.js')
-rw-r--r-- | js/Events/CLKSOMV_f.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Events/CLKSOMV_f.js b/js/Events/CLKSOMV_f.js index a2ddd4dc..3078020f 100644 --- a/js/Events/CLKSOMV_f.js +++ b/js/Events/CLKSOMV_f.js @@ -21,4 +21,8 @@ function CLKSOMV_f() { CLKSOMV_f.prototype.set = function CLKSOMV_f() { return new RoundBlock(this.x); } + CLKSOMV_f.prototype.get_popup_title = function CLKSOMV_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |