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/DEBUG.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Misc/DEBUG.js') diff --git a/js/Misc/DEBUG.js b/js/Misc/DEBUG.js index 353cb3cf..64e6a5a0 100644 --- a/js/Misc/DEBUG.js +++ b/js/Misc/DEBUG.js @@ -52,4 +52,5 @@ function DEBUG() { DEBUG.prototype.get_popup_title = function DEBUG() { return; } + DEBUG.prototype.getContainer = function DEBUG() { return new BasicBlock(this.x); } } -- cgit