I assume int() will cross-compile to parseInt()? On May 16, 2016, at 9:27 PM, Alex Harui <aha...@adobe.com> wrote:
> > > On 5/16/16, 9:47 AM, "Andy Dufilie" <andy.dufi...@gmail.com> wrote: > >> There is no "int" type in JavaScript, so I think the compiler should just >> replace int with Number. > > I agree. I will look into it. > > -Alex >