Bug 940231 - B2G RIL: typo in TelephonyProvider.js causes a problem of receiving a call from 2nd sim card. r=allstars.chh

This commit is contained in:
Hsin-Yi Tsai 2013-11-19 15:39:40 +08:00
parent c95724f08a
commit a4a5b35024

View File

@ -353,7 +353,7 @@ TelephonyProvider.prototype = {
this._getClient(aClientId).sendWorkerMessage("enumerateCalls", null,
(function(response) {
for (let call of response.calls) {
call.clienId = aClientId;
call.clientId = aClientId;
call.state = this._convertRILCallState(call.state);
call.isActive = this._matchActiveCall(call);