mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Use appLocale instead of the null pointer.
This commit is contained in:
parent
a65b01ff95
commit
46ad611254
@ -53,5 +53,5 @@ function srGetStrBundleWithLocale(path, locale)
|
||||
function srGetStrBundle(path)
|
||||
{
|
||||
var appLocale = srGetAppLocale();
|
||||
return srGetStrBundleWithLocale(path, null);
|
||||
return srGetStrBundleWithLocale(path, appLocale);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user