зеркало из https://github.com/mozilla/pjs.git
Bug 389131 - "Reporter should move away from SOAP (Reporter fails to send reports on trunk)" (address Neil's nit) [p=reed r=NeilAway r=raccettura a=blocking1.9+ for M9]
This commit is contained in:
Родитель
f48970aa0f
Коммит
8da8d97b4b
|
@ -270,7 +270,7 @@ function serializeParams(params) {
|
||||||
for (var key in params) {
|
for (var key in params) {
|
||||||
str += key + '=' + encodeURIComponent(params[key]) + '&';
|
str += key + '=' + encodeURIComponent(params[key]) + '&';
|
||||||
}
|
}
|
||||||
return str.substr(0, str.length-1);
|
return str.slice(0, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onSendReportDataLoad(req) {
|
function onSendReportDataLoad(req) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче