diff options
Diffstat (limited to 'js/Branching/MUX.js')
-rw-r--r-- | js/Branching/MUX.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Branching/MUX.js b/js/Branching/MUX.js index 4d221b68..2aab447c 100644 --- a/js/Branching/MUX.js +++ b/js/Branching/MUX.js @@ -18,7 +18,10 @@ function MUX() { return this.x; } MUX.prototype.get = function MUX() { - alert("parameters cannot be modified"); + var options = { + in1:["number of input ports or vector of sizes",this.in1], + } + return options; } MUX.prototype.set = function MUX() { this.exprs = this.graphics.exprs; |