We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16bf87 commit 685c3b4Copy full SHA for 685c3b4
system/Debug/Toolbar/Views/toolbar.js
@@ -440,7 +440,7 @@ var ciDebugBar = {
440
var debugPath = document.createElement("div"); // path
441
var childArray = startElement[0].parentNode.childNodes; // target child array
442
var parent = startElement[0].parentNode;
443
- var start, end;
+ let start, end;
444
445
// setup container
446
debugDiv.classList.add("debug-view");
0 commit comments