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 b8358e3

Browse filesBrowse files
webmozartfabpot
authored andcommitted
Added "use strict" statements
1 parent 0936694 commit b8358e3
Copy full SHA for b8358e3

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@
182182

183183
<script>
184184
function Toggler() {
185+
"use strict";
186+
185187
var expand = function (button) {
186188
var targetId = button.dataset.toggleTargetId,
187189
target = document.getElementById(targetId);
@@ -252,6 +254,8 @@
252254
}
253255
254256
function TabView() {
257+
"use strict";
258+
255259
var activeTab = null,
256260
257261
activeTarget = null,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.