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/Sources/INIMPL_f.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Sources/INIMPL_f.js') diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index e919c08e..92b4a156 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -25,6 +25,7 @@ function INIMPL_f() { INIMPL_f.prototype.get = function INIMPL_f() { } INIMPL_f.prototype.set = function INIMPL_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; -- cgit