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

Reply via email to