Bug 956085 - Fix strict mode violation in PushService.jsm. r=nsm

This commit is contained in:
Guilherme Gonçalves 2014-01-03 09:32:37 -05:00
parent 302e554e0e
commit f8f8692a15

View File

@ -948,7 +948,7 @@ this.PushService = {
return;
}
[action, data] = this._requestQueue.shift();
let [action, data] = this._requestQueue.shift();
data.messageType = action;
if (!this._ws) {
// If our websocket is not ready and our state is STATE_READY we may as