소스 검색

fixed : use default "flash" package (either in current or in _global).

Nicolas Cannasse 19 년 전
부모
커밋
223873b3f7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      std/flash/Boot.hx

+ 0 - 1
std/flash/Boot.hx

@@ -142,7 +142,6 @@ class Boot {
 	private static function __init(current) {
 		untyped {
 			var obj = _global["Object"];
-			var flash = current["flash"];
 			if( flash.text == null )
 				flash.text = __new__(obj);
 			flash.text.StyleSheet = TextField["StyleSheet"];