Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1801 → Rev 1802

/trunk/src/org/tela_botanica/client/Coel.java
36,7 → 36,7
}
}
private String buildStackTrace(Throwable t, String log) {
/*private String buildStackTrace(Throwable t, String log) {
if (t != null) {
log += t.getClass().toString();
log += t.getMessage();
59,11 → 59,11
}
}
return log;
}
}*/
 
public static native void LogVersFirebug(String s) /*-{
public static native void LogVersFirebug(Object o) /*-{
if (!!($wnd.console && $wnd.console.log)) {
console.log(s);
console.log(o);
}
}-*/;
}