소스 검색

fixed bug.

Nicolas Cannasse 19 년 전
부모
커밋
3a93a331d5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      genswf8.ml

+ 0 - 1
genswf8.ml

@@ -183,7 +183,6 @@ let is_protected_name path ext =
 	match path with
 	| ["flash"] , "Boot" | ["flash"] , "Lib" -> false
 	| "flash" :: _ , _ -> ext
-	| "_global" :: _ , _ -> true
 	| [] , "Array" | [] , "Math" | [] , "Date" | [] , "String" -> true
 	| _ -> false