Fix js comment in profiler

This commit is contained in:
Linnaea Von Lavia 2016-05-26 10:56:28 +08:00
parent eac5868d20
commit 91a2f5dea1

View File

@ -81,8 +81,8 @@
requestStack = [], requestStack = [],
extractHeaders = function(xhr, stackElement) { extractHeaders = function(xhr, stackElement) {
// Here we avoid to call xhr.getResponseHeader in order to /* Here we avoid to call xhr.getResponseHeader in order to */
// prevent polluting the console with CORS security errors /* prevent polluting the console with CORS security errors */
var allHeaders = xhr.getAllResponseHeaders(); var allHeaders = xhr.getAllResponseHeaders();
var ret; var ret;