I'm using

if('@labelOnly' in item)

That should do it, I hope ;)

On Tue, Oct 28, 2014 at 10:35 AM, jeffbonasso <[email protected]> wrote:

> Maarten,
> Great find! I use hasOwnProperty in loops in the view that is crashing.
>
> So I use...
> if (item.hasOwnProperty("@labelOnly")) {
> }
>
> Are you saying switch to...
> if (item.@labelOnly)) {
> }
>
> Thanks,
> Jeff
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-13-0-AIR-15-0-tp8518p8522.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Reply via email to