diff options
Diffstat (limited to 'js/Linear/SUM_f.js')
-rw-r--r-- | js/Linear/SUM_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Linear/SUM_f.js b/js/Linear/SUM_f.js index 679e71cc..5e1478b1 100644 --- a/js/Linear/SUM_f.js +++ b/js/Linear/SUM_f.js @@ -24,4 +24,5 @@ function SUM_f() { SUM_f.prototype.get_popup_title = function SUM_f() { return; } + SUM_f.prototype.getContainer = function SUM_f() { return new RoundBlock(this.x); } } |