diff options
Diffstat (limited to 'js/Sources/Ground_g.js')
-rw-r--r-- | js/Sources/Ground_g.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js index 77b7d78c..ed2dcfee 100644 --- a/js/Sources/Ground_g.js +++ b/js/Sources/Ground_g.js @@ -27,4 +27,8 @@ function Ground_g() { Ground_g.prototype.set = function Ground_g() { return new BasicBlock(this.x); } + Ground_g.prototype.get_popup_title = function Ground_g() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |