8000 Fix js comment in profiler · symfony/symfony@91a2f5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 91a2f5d

Browse files
committed
Fix js comment in profiler
1 parent eac5868 commit 91a2f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
787A requestStack = [],
8282
8383
extractHeaders = function(xhr, stackElement) {
84-
// Here we avoid to call xhr.getResponseHeader in order to
85-
// prevent polluting the console with CORS security errors
84+
/* Here we avoid to call xhr.getResponseHeader in order to */
85+
/* prevent polluting the console with CORS security errors */
8686
var allHeaders = xhr.getAllResponseHeaders();
8787
var ret;
8888

0 commit comments

Comments
 (0)
0