diff options
Diffstat (limited to 'js/Misc/LOGICAL_OP.js')
-rw-r--r-- | js/Misc/LOGICAL_OP.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Misc/LOGICAL_OP.js b/js/Misc/LOGICAL_OP.js index f2849f0e..ec4b80b9 100644 --- a/js/Misc/LOGICAL_OP.js +++ b/js/Misc/LOGICAL_OP.js @@ -22,6 +22,10 @@ function LOGICAL_OP() { LOGICAL_OP.prototype.get = function LOGICAL_OP() { } LOGICAL_OP.prototype.set = function LOGICAL_OP() { + this.nin = parseFloat((arguments[0]["nin"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.tp = parseFloat((arguments[0]["tp"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |