Mar
5
2007
My favorite Flex code
Posted by Joe Rinehart at 10:48 AM
12 comments - Categories:
Flex
I've typed this exact line of code a few times, and it cracks me up each time. Just thought I'd share...it's nothing important.
var application:Application = Application.application as
Application;
Application;
That is all.
DannyT wrote on 03/05/07 11:33 AM
Yep, that just made me giggle... i've no idea why!?