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