File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6420,7 +6420,7 @@ <h2 class=no-num id=property-index>Property index</h2>
64206420window.onload = function () {
64216421 if (!("devicePixelRatio" in window && window.devicePixelRatio > 1)) return;
64226422 var i, hiresElements = document.getElementsByClassName("hires");
6423- for (i = 0; i < hiresElements.length; i++) {
6423+ for (i = 0; i < hiresElements.length; i++) {
64246424 var h = hiresElements[i];
64256425 if (h.tagName != "IMG") continue;
64266426 var src = h.getAttribute("src");
Original file line number Diff line number Diff line change @@ -6414,7 +6414,7 @@ <h2 class=no-num id=property-index>Property index</h2>
64146414window.onload = function () {
64156415 if (!("devicePixelRatio" in window && window.devicePixelRatio > 1)) return;
64166416 var i, hiresElements = document.getElementsByClassName("hires");
6417- for (i = 0; i < hiresElements.length; i++) {
6417+ for (i = 0; i < hiresElements.length; i++) {
64186418 var h = hiresElements[i];
64196419 if (h.tagName != "IMG") continue;
64206420 var src = h.getAttribute("src");
You can’t perform that action at this time.
0 commit comments