diff options
Diffstat (limited to 'js/NonLinear/FSV_f.js')
-rw-r--r-- | js/NonLinear/FSV_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/NonLinear/FSV_f.js b/js/NonLinear/FSV_f.js index 9bdec4f5..30e18b7a 100644 --- a/js/NonLinear/FSV_f.js +++ b/js/NonLinear/FSV_f.js @@ -25,4 +25,5 @@ function FSV_f() { FSV_f.prototype.get_popup_title = function FSV_f() { return; } + FSV_f.prototype.getContainer = function FSV_f() { return new BasicBlock(this.x); } } |