Nicolas Cannasse 15 년 전
부모
커밋
5d06966076
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      genswf9.ml

+ 1 - 0
genswf9.ml

@@ -284,6 +284,7 @@ let property ctx p t =
 	| TInst ({ cl_path = ["flash"],"Vector" },_) ->
 		(match p with
 		| "length" | "fixed" | "toString" -> ident p, None, false
+		| "iterator" -> ident p, None, true
 		| _ -> as3 p, None, false);
 	| TInst ({ cl_path = [],"String" },_) ->
 		(match p with