Bug 887068 - SimplePush: Rename use of _request to _sendRequest. r=dougt

--HG--
extra : amend_source : 1c7cdca05ba04670ce696670a64607b808014188
This commit is contained in:
Nikhil Marathe 2013-06-25 22:47:16 -07:00
parent 005fec8d7d
commit 3a777f70d0

View File

@ -364,7 +364,7 @@ this.PushService = {
// just for it
if (this._ws) {
debug("Had a connection, so telling the server");
this._request("unregister", {channelID: records[i].channelID});
this._sendRequest("unregister", {channelID: records[i].channelID});
}
}
}.bind(this), function() {