On Thu, Feb 7, 2013 at 11:33 PM, Frank Wienberg <fr...@jangaroo.net> wrote:
> When writing the Wiki page, I tried out how Flash / mxmlc handle field > initializers (remember, there is no language spec), and to my surprise > found > out that non-static field initializer code gets evaluated *before* the > super call > and can't use "this". I did this wrong all the time in Jangaroo and didn't > fix it > yet, so the correct order in the JS prototype got wrong on the last commit > when using the Jangaroo-generated code. Sorry for that. > > Just fixed this in the as-js-runtime-prototype git repo!