summaryrefslogtreecommitdiff
path: root/js/Sources/RFILE_f.js
diff options
context:
space:
mode:
authorSunil Shetye2018-08-24 13:19:45 +0530
committerSunil Shetye2018-08-27 16:43:40 +0530
commit54e9da81f331216dd021dd4164db2811f28c6f33 (patch)
tree23c2ad8d666634b2e733cfcf42161f5675b73a8d /js/Sources/RFILE_f.js
parent6e346dc5337e4a53f8268744c372ca694a9563f0 (diff)
downloadsci2js-54e9da81f331216dd021dd4164db2811f28c6f33.tar.gz
sci2js-54e9da81f331216dd021dd4164db2811f28c6f33.tar.bz2
sci2js-54e9da81f331216dd021dd4164db2811f28c6f33.zip
get the title from the definition
Diffstat (limited to 'js/Sources/RFILE_f.js')
-rw-r--r--js/Sources/RFILE_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/RFILE_f.js b/js/Sources/RFILE_f.js
index e2c2e9e3..7fc307df 100644
--- a/js/Sources/RFILE_f.js
+++ b/js/Sources/RFILE_f.js
@@ -119,4 +119,8 @@ function RFILE_f() {
}
return new BasicBlock(this.x);
}
+ RFILE_f.prototype.get_popup_title = function RFILE_f() {
+ var set_param_popup_title = msprintf("Set %s block parameters","RFILE_f");
+ return set_param_popup_title;
+ }
}