зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1177774 - Update SharedPreferencesImpl constructor arg. r=nalexander
--HG-- extra : commitid : 6EcWFEEbhld extra : rebase_source : 34275327b18884317f9bfbfd6b6b4004cf239e9d
This commit is contained in:
Родитель
a2dd275826
Коммит
e97ff48038
|
@ -61,7 +61,7 @@ let SharedPreferences = {
|
|||
*/
|
||||
function SharedPreferencesImpl(options = {}) {
|
||||
if (!(this instanceof SharedPreferencesImpl)) {
|
||||
return new SharedPreferencesImpl(level);
|
||||
return new SharedPreferencesImpl(options);
|
||||
}
|
||||
|
||||
if (options.scope == null || options.scope == undefined) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче