Pascal Peridont %!s(int64=19) %!d(string=hai) anos
pai
achega
aa48e78947
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/flash/FlashXml__.hx

+ 1 - 1
std/flash/FlashXml__.hx

@@ -115,7 +115,7 @@ class FlashXml__ {
 
 	public function firstElement(){
 		var e : Dynamic = __x[untyped "firstChild"];
-		while( e != null && e.nodeType != 1 )
+		while( e != null && e[untyped "nodeType"] != 1 )
 			e = e[untyped "nextSibling"];
 		return convert(e);
 	}