mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Bug 887068 - SimplePush: Rename use of _request to _sendRequest. r=dougt
--HG-- extra : amend_source : 1c7cdca05ba04670ce696670a64607b808014188
This commit is contained in:
parent
2f203ef831
commit
ef67afa2aa
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user