On 6/9/15, 4:13 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > >For this to work with FlexJS emitter, we have to figure out the >org_foo_bar_Class thing because a lot of bolt on extensions are going to >need dot notation. I wasn't around to know why you chose to do this, maybe >you can fill me in.
We can probably switch back. I did it because Closure Compiler was spitting a lot of warnings and this move not only suppressed them, but should have given us slightly faster debug-mode code. But now that other changes are causing warnings in the Closure Library, we might just go back to dot notation and just filter those warnings out of the compiler results. -Alex