On 2/22/12 7:18 AM, "Martin Heidegger" <m...@leichtgewicht.at> wrote:

> 
> Also another thing is that
> 
> if(a == null) is slower than if(a) .... at least compiled with mxmlc.
Did you try if(a === null)
IIRC, there are lots of things going on when you use "==".

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to