diff options
Diffstat (limited to 'js/Events/ANDBLK.js')
-rw-r--r-- | js/Events/ANDBLK.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Events/ANDBLK.js b/js/Events/ANDBLK.js index ef00fcfa..440702c1 100644 --- a/js/Events/ANDBLK.js +++ b/js/Events/ANDBLK.js @@ -65,6 +65,7 @@ function ANDBLK() { this.x.model.firing = false; this.x.model.dep_ut = [false,false]; this.x.model.rpar = diagram; + return new BasicBlock(this.x); } ANDBLK.prototype.details = function ANDBLK() { return this.x; @@ -73,5 +74,6 @@ function ANDBLK() { } ANDBLK.prototype.set = function ANDBLK() { this.x = arg1; + return new BasicBlock(this.x); } } |