ah. I was just about to circle back to this stuff. Thanks for picking that up... yes I will fix that, my mistake!
On Fri, Sep 2, 2016 at 2:23 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 9/1/16, 8:15 AM, "Alex Harui" <aha...@adobe.com> wrote: > > >I will take a look. > > > >Thanks for trying it. > > OK, I figured out why the release version is not working. The output for > InstanceTimer (for example) which got re-based to inherit from > EventDispatcher, is missing the goog.require for EventDispatcher. This > fools the Google Closure Compiler and it does not emit EventDispatcher > before InstanceTimer so the prototype never gets set properly and thus > dispatchEvent is missing. It works in js-debug because other code happens > to load EventDispatcher first. > > Do you want to make the fix to the compiler? > > Thanks, > -Alex > >