> Do you pass --generateJsInteropExports to GWT? I think that's now required > for @JsFunctionâ‹…s to be callable from JS. >
You don't need --generateJsInteropExports to make @JsFunction work, that would be bad. Just verified it using RC2 and event listener on button element. But you need --generateJsInteropExports now if anything in the above code is a non-native JsType. In Beta1 it worked accidentally in SDM without the flag. -- J. -- 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/58331112-ba33-4bf2-a692-116bc18f1904%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
