Nicolas Cannasse 18 năm trước cách đây
mục cha
commit
35d28b3b63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/flash/FlashXml__.hx

+ 1 - 1
std/flash/FlashXml__.hx

@@ -146,7 +146,7 @@ class FlashXml__ {
 	}
 
 	private function getParent() : Xml {
-		return __x[untyped "parentNode"];
+		return convert(__x[untyped "parentNode"]);
 	}
 
 	public function iterator() : Iterator<Xml> {