Searched refs:_26e (Results 1 – 1 of 1) sorted by relevance
2142 MochiKit.Format.formatLocale=function(_26e){ argument2143 if(typeof (_26e)=="undefined"||_26e===null){2144 _26e="default";2146 if(typeof (_26e)=="string"){2147 var rval=MochiKit.Format.LOCALE[_26e];2150 MochiKit.Format.LOCALE[_26e]=rval;2154 return _26e;