diff options
Diffstat (limited to 'js/Linear/SAMPHOLD.js')
-rw-r--r-- | js/Linear/SAMPHOLD.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Linear/SAMPHOLD.js b/js/Linear/SAMPHOLD.js index 76c5b115..1e78b462 100644 --- a/js/Linear/SAMPHOLD.js +++ b/js/Linear/SAMPHOLD.js @@ -26,4 +26,5 @@ function SAMPHOLD() { SAMPHOLD.prototype.get_popup_title = function SAMPHOLD() { return; } + SAMPHOLD.prototype.getContainer = function SAMPHOLD() { return new BasicBlock(this.x); } } |