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/Events/HALT_f.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Events/HALT_f.js') diff --git a/js/Events/HALT_f.js b/js/Events/HALT_f.js index d9e2d28d..d5ee03d8 100644 --- a/js/Events/HALT_f.js +++ b/js/Events/HALT_f.js @@ -20,6 +20,7 @@ function HALT_f() { HALT_f.prototype.get = function HALT_f() { } HALT_f.prototype.set = function HALT_f() { + this.n = parseFloat((arguments[0]["n"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; -- cgit