Subversion Repositories eFlore/Applications.del

Rev

Rev 2078 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2078 Rev 2087
Line 59... Line 59...
59
				log += buildStackTrace(cause, "CausedBy:\n");
59
				log += buildStackTrace(cause, "CausedBy:\n");
60
			}
60
			}
61
		}
61
		}
62
		return log;
62
		return log;
63
	}*/
63
	}*/
-
 
64
 
-
 
65
	public static native void  LogVersFirebug(Object o) /*-{
-
 
66
		if (!!($wnd.console && $wnd.console.log)) {
-
 
67
			console.log(o);
-
 
68
		}
-
 
69
	}-*/;
64
}
70
}