10000 Added "use strict" statements · symfony/symfony@b8358e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8358e3

Browse files
webmozartfabpot
authored andcommitted
Added "use strict" statements
1 parent 0936694 commit b8358e3

File tree

1 file changed

+4
-0
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
9EB0
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