Merge pull request #5908 from highfidelity/imgntn-patch-1

[Scripts] Update collectHifiStats.js
This commit is contained in:
James B. Pollack 2015-09-28 10:21:53 -07:00
commit 2d477ad3b9

View file

@ -90,4 +90,5 @@ function sendBatchToEndpoint(batch) {
var req = new XMLHttpRequest();
req.open("POST", ENDPOINT_URL, false);
req.send(JSON.stringify(batch));
}
batch = [];
}