Browse Source

fixed issue #949

Nicolas Cannasse 13 năm trước cách đây
mục cha
commit
60d518172b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      genjs.ml

+ 1 - 1
genjs.ml

@@ -438,7 +438,7 @@ and gen_expr ctx e =
 		| _ ->
 			print ctx "($_=";
 			gen_value ctx x;
-			print ctx ",$bind($_,$_.%s)" s)
+			print ctx ",$bind($_,$_.%s))" s)
 	| TTypeExpr t ->
 		spr ctx (ctx.type_accessor t)
 	| TParenthesis e ->