Skip to content

Instantly share code, notes, and snippets.

@carchrae
Created February 7, 2014 17:39
Show Gist options
  • Select an option

  • Save carchrae/8867727 to your computer and use it in GitHub Desktop.

Select an option

Save carchrae/8867727 to your computer and use it in GitHub Desktop.
public static native void log(String text) /*-{
if ($wnd.console && $wnd.console.log) {
$wnd.console.log(text);
}
}-*/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment