瀏覽代碼

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