https://github.com/google/closure-compiler/issues/2506
On Wednesday, May 10, 2017 at 12:30:43 AM UTC+2, Goktug Gokdogan wrote: > > 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 <[email protected] > <javascript:>> 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 [email protected] >> <javascript:>. >> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b220fba0-6c1a-4317-ab5a-1b84186eb45d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
