Bug 785988 - Part 1: allow empty longName/shortName for carrier info, r=marshall_law

This commit is contained in:
Vicamo Yang 2012-09-11 12:23:08 +08:00
parent 6881ce7451
commit d07c88bd66

View File

@ -2674,7 +2674,7 @@ let RIL = {
debug("Operator is currently unregistered");
}
if (longName && shortName && networkTuple) {
if (networkTuple) {
try {
this._processNetworkTuple(networkTuple, this.operator);
} catch (e) {