Bug 1166931 - JS Warning in MobileIdentityManager.jsm r=ferjm

This commit is contained in:
Fabrice Desré 2015-05-20 22:56:43 -07:00
Родитель e046a1e7ea
Коммит dc25f58bca
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -233,8 +233,9 @@ this.MobileIdentityManager = {
}
return this._iccInfo;
#endif
#else
return null;
#endif
},
get iccIds() {
@ -253,8 +254,9 @@ this.MobileIdentityManager = {
}
return this._iccIds;
#endif
#else
return null;
#endif
},
get credStore() {