From f389f174481df676c841ebcc87a7b8b313921bbc Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 17 Sep 2018 16:11:31 +0530 Subject: add importset and getContainer to combined.js --- js/Misc/MPBLOCK.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Misc/MPBLOCK.js') diff --git a/js/Misc/MPBLOCK.js b/js/Misc/MPBLOCK.js index fc44e9c0..50121a28 100644 --- a/js/Misc/MPBLOCK.js +++ b/js/Misc/MPBLOCK.js @@ -281,4 +281,5 @@ function MPBLOCK() { MPBLOCK.prototype.get_popup_title = function MPBLOCK() { return; } + MPBLOCK.prototype.getContainer = function MPBLOCK() { return new BasicBlock(this.x); } } -- cgit