Explorar o código

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

Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
223873b3f7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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"];