[haXe] Bug: FlashXml__.getParent() returns object of incorrect type
Daniel Cassidy
mail at danielcassidy.me.uk
Fri Jul 6 17:03:55 CEST 2007
Hi Nicolas, List,
FlashXml__.hx line 149:
return __x[untyped "parentNode"];
should read:
return convert(__x[untyped "parentNode"]);
Thanks,
Dan.
More information about the Haxe
mailing list