Browse Source

js : fix issue 395

Franco Ponticelli 14 years ago
parent
commit
b02fe6c93b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      genjs.ml

+ 0 - 1
genjs.ml

@@ -411,7 +411,6 @@ and gen_expr ctx e =
 				spr ctx "} else "
 		) catchs;
 		if not !last then begin
-			newline ctx;
 			print ctx "throw(%s)" vname;
 		end;
 		bend();