We will soon have a github repro but right now this is the right place to
report it.

It looks like closure definition is missing return definition:
https://github.com/google/closure-compiler/blob/master/externs/browser/w3c_anim_timing.js#L26

Updating that should resolve the issue. Could you file a bug in closure and
cc us as well?



On Tue, May 9, 2017 at 2:43 AM, Anders Forsell <aforsell1...@gmail.com>
wrote:

> Hi,
>
> I found a small annoyance with DomGlobal.requestAnimationFrame in that
> you have to supply a function which returns an Object.
>
>       DomGlobal.requestAnimationFrame(event -> {
>         myPresenter.loadContent();
>         return null;
>       });
>
> I'd like to be able to pass a void method, where should I report this?
>
> Anders
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-web-toolkit-contributors/d6469b0d-43a1-
> 4ea3-9292-7a07d7b73dd8%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/d6469b0d-43a1-4ea3-9292-7a07d7b73dd8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA0hEVnL6Qs%3D74q2zEoPCpn4WaicsaY788ZtfK2neu%2BbwQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to