浏览代码

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