зеркало из https://github.com/mozilla/pjs.git
Bug 750161 - B2G RIL: typo in cardstatechange event. r=philikon
This commit is contained in:
Родитель
ef09349c13
Коммит
1c4cb23729
|
@ -305,7 +305,7 @@ RadioInterfaceLayer.prototype = {
|
|||
break;
|
||||
case "cardstatechange":
|
||||
this.radioState.cardState = message.cardState;
|
||||
ppmm.sendAsyncMessage("RIL:CardStateChange", message);
|
||||
ppmm.sendAsyncMessage("RIL:CardStateChanged", message);
|
||||
break;
|
||||
case "sms-received":
|
||||
this.handleSmsReceived(message);
|
||||
|
|
Загрузка…
Ссылка в новой задаче