yishayw commented on issue #798: hasOwnProperty on mxml item returns false in Royale, unlike Flex URL: https://github.com/apache/royale-asjs/issues/798#issuecomment-609029606 Workaround for me was to replace this.hasOwnProperty("myTest") with this["myTest"] != undefined
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
