From 5a28e41a3105338f747b8a30f67000920490c67d Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 6 Jul 2018 10:38:38 +0530 Subject: make string as the default type --- js/Branching/FROM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Branching/FROM.js') diff --git a/js/Branching/FROM.js b/js/Branching/FROM.js index d24038a3..f3e50289 100644 --- a/js/Branching/FROM.js +++ b/js/Branching/FROM.js @@ -29,7 +29,7 @@ function FROM() { return options; } FROM.prototype.set = function FROM() { - this.tag = parseFloat((arguments[0]["tag"])) + this.tag = arguments[0]["tag"] this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; -- cgit