зеркало из https://github.com/mozilla/gecko-dev.git
Bug 773891 - Fix pushprefenv to support char/string types. r=jdm, a=blocking-basecamp
This commit is contained in:
Родитель
2777310d42
Коммит
9421c04642
|
@ -511,7 +511,7 @@ SpecialPowersAPI.prototype = {
|
|||
var pref_string = [];
|
||||
pref_string[prefs.PREF_INT] = "INT";
|
||||
pref_string[prefs.PREF_BOOL] = "BOOL";
|
||||
pref_string[prefs.PREF_STRING] = "STRING";
|
||||
pref_string[prefs.PREF_STRING] = "CHAR";
|
||||
|
||||
var pendingActions = [];
|
||||
var cleanupActions = [];
|
||||
|
|
Загрузка…
Ссылка в новой задаче