Skip to content

Commit

Permalink
[WebProfilerBundle] Added "use strict" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Dec 30, 2013
1 parent ebf13ed commit 505c5be
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -182,6 +182,8 @@

<script>
function Toggler() {
"use strict";
var expand = function (button) {
var targetId = button.dataset.toggleTargetId,
target = document.getElementById(targetId);
Expand Down Expand Up @@ -252,6 +254,8 @@
}
function TabView() {
"use strict";
var activeTab = null,
activeTarget = null,
Expand Down

0 comments on commit 505c5be

Please sign in to comment.