Bug 785947 - B2G RIL: I accidentally a typo in the message manager refactoring. r=qDot

This commit is contained in:
Philipp von Weitershausen 2012-08-27 15:27:37 -03:00
parent b6699a748b
commit b80c091040

View File

@ -465,7 +465,7 @@ RadioInterfaceLayer.prototype = {
return;
}
target.syncAsyncMessage(requestType, options);
target.sendAsyncMessage(requestType, options);
},
updateNetworkInfo: function updateNetworkInfo(message) {