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