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

This commit is contained in:
Fabrice Desré 2015-05-20 22:56:43 -07:00
parent a61c86277b
commit a24cc12c53

View File

@ -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() {