Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91a2f5d

Browse filesBrowse files
committed
Fix js comment in profiler
1 parent eac5868 commit 91a2f5d
Copy full SHA for 91a2f5d

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.