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/NonLinear/SINBLK_f.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/NonLinear/SINBLK_f.js') diff --git a/js/NonLinear/SINBLK_f.js b/js/NonLinear/SINBLK_f.js index 554e4938..d710855e 100644 --- a/js/NonLinear/SINBLK_f.js +++ b/js/NonLinear/SINBLK_f.js @@ -24,4 +24,5 @@ function SINBLK_f() { SINBLK_f.prototype.get_popup_title = function SINBLK_f() { return; } + SINBLK_f.prototype.getContainer = function SINBLK_f() { return new BasicBlock(this.x); } } -- cgit