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