diff options
Diffstat (limited to 'js/Branching/DEMUX.js')
-rw-r--r-- | js/Branching/DEMUX.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Branching/DEMUX.js b/js/Branching/DEMUX.js index b58dbc36..99f1c7a8 100644 --- a/js/Branching/DEMUX.js +++ b/js/Branching/DEMUX.js @@ -79,4 +79,10 @@ function DEMUX() { DEMUX.prototype.get_popup_title = function DEMUX() { return this.set_param_popup_title; } + DEMUX.prototype.importset = function DEMUX() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.out = ary[0]; + } + DEMUX.prototype.getContainer = function DEMUX() { return new BasicBlock(this.x); } } |