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
1 changed files with 2 additions and 2 deletions

View File

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