From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/Misc/RELATIONALOP.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/Misc/RELATIONALOP.js') 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; -- cgit