diff options
Diffstat (limited to 'js/Misc/RELATIONALOP.js')
-rw-r--r-- | js/Misc/RELATIONALOP.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js index 9688365e..2d8fbe24 100644 --- a/js/Misc/RELATIONALOP.js +++ b/js/Misc/RELATIONALOP.js @@ -22,6 +22,9 @@ function RELATIONALOP() { RELATIONALOP.prototype.get = function RELATIONALOP() { } RELATIONALOP.prototype.set = function RELATIONALOP() { + this.rule = parseFloat((arguments[0]["rule"])) + this.zcr = parseFloat((arguments[0]["zcr"])) + this.Datatype = parseFloat((arguments[0]["Datatype"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |