Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1833 Rev 1953
Line 25... Line 25...
25
		}
25
		}
Line 26... Line 26...
26
	
26
	
27
		return mot;
27
		return mot;
Line 28... Line 28...
28
	}
28
	}
29
	
29
	
30
	public static native void logChaine(String s) /*-{
30
	public static native void logVersConsole(Object o) /*-{
31
		if(!!($wnd.console && $wnd.console.log)) {
31
		if(!!($wnd.console && $wnd.console.log)) {
32
			$wnd.console.log(s);
32
			$wnd.console.log(o);
Line 33... Line 33...
33
		}
33
		}
34
	}-*/;
34
	}-*/;