On 10/13/16, 3:32 AM, "Pan Li" <[email protected]> wrote:
>
>
>this line works in Flex application as expected
>test = new int("123")
>
>but it doesn't work in FlexJS 0.7, it does build but the created
>javascript
>fails with javascript error:
>Can't find variable: int
I'll look into it, but is there any reason to use "new"? IOW, why not
just:
test = int("123")
-Alex
