Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1165 Rev 1517
Line 22... Line 22...
22
			mot = mot.replace(accents[i], sansAccents[i]);
22
			mot = mot.replace(accents[i], sansAccents[i]);
23
		}
23
		}
Line 24... Line 24...
24
	
24
	
25
		return mot;
25
		return mot;
26
	}
26
	}
-
 
27
	
-
 
28
	public static native void logChaine(String s) /*-{
-
 
29
		if(!!($wnd.console && $wnd.console.log)) {
-
 
30
			$wnd.console.log(s);
-
 
31
		}
27
 
32
	}-*/;