зеркало из https://github.com/mozilla/gecko-dev.git
Rename JS_GetStrBundle() to srGetStrBundle().
This commit is contained in:
Родитель
2135b4a4af
Коммит
23bf95375f
|
@ -109,7 +109,7 @@ function help() {
|
|||
}
|
||||
|
||||
function strresTest() {
|
||||
var Bundle = JS_GetStrBundle("resource:/res/strres.properties", null);
|
||||
var Bundle = srGetStrBundle("resource:/res/strres.properties", null);
|
||||
var ostr1 = Bundle.GetStringFromName("file");
|
||||
dump("\n--** JS strBundle GetStringFromName file=" + ostr1 +
|
||||
"len=" + ostr1.length + "**--\n");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
var strBundleService = null;
|
||||
function JS_GetStrBundle(path, locale)
|
||||
function srGetStrBundle(path, locale)
|
||||
{
|
||||
var strBundle = null;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче