summaryrefslogtreecommitdiff
path: root/js/Sources/RAMP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/RAMP.js')
-rw-r--r--js/Sources/RAMP.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/RAMP.js b/js/Sources/RAMP.js
index 92b6aeaf..e16ff3d8 100644
--- a/js/Sources/RAMP.js
+++ b/js/Sources/RAMP.js
@@ -52,4 +52,8 @@ function RAMP() {
}
return new BasicBlock(this.x);
}
+ RAMP.prototype.get_popup_title = function RAMP() {
+ var set_param_popup_title = msprintf("Set %s block parameters","RAMP");
+ return set_param_popup_title;
+ }
}