فهرست منبع

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"];