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