On Thu, 2012-06-28 at 13:32 +0100, Apexi 200sx wrote: > I have managed to get the compiled JS to work by removing a couple of > angle brackets here and there, but I am not skilled enough to actually > look inside the compiler itself to see what's happening > > I have mailed Kees.
I've fixed some. For google closure advanced optimization we need (allmost) all foo.bar as foo['bar']. Accidentally I had some floats transformed too (N.N -> N['N']) which should now be reversed.