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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to