Hi all,
I have noticed that the next code returns the undefined value in gwt 2.9.0
public static native <T> Object getCtorFn(Class<T> cls) /*-{
$wnd.console.log(cls)
$wnd.console.log([email protected]::jsConstructor)
return [email protected]::jsConstructor;
}-*/;
Does someone know is jsConstroctor still supported?
Or could be there is another way to achieve the same
--
You received this message because you are subscribed to the Google Groups "GWT
Users" 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/13f5a372-7458-4db3-89b5-f0687e4fd1a9n%40googlegroups.com.