File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6420,7 +6420,7 @@ <h2 class=no-num id=property-index>Property index</h2>
6420
6420
window . onload = function ( ) {
6421
6421
if ( ! ( "devicePixelRatio" in window && window . devicePixelRatio > 1 ) ) return ;
6422
6422
var i , hiresElements = document . getElementsByClassName ( "hires" ) ;
6423
- for ( i = 0 ; i & lt ; hiresElements . length ; i ++ ) {
6423
+ for ( i = 0 ; i < hiresElements . length ; i ++ ) {
6424
6424
var h = hiresElements [ i ] ;
6425
6425
if ( h . tagName != "IMG" ) continue ;
6426
6426
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>
6414
6414
window . onload = function ( ) {
6415
6415
if ( ! ( "devicePixelRatio" in window && window . devicePixelRatio > 1 ) ) return ;
6416
6416
var i , hiresElements = document . getElementsByClassName ( "hires" ) ;
6417
- for ( i = 0 ; i & lt ; hiresElements . length ; i ++ ) {
6417
+ for ( i = 0 ; i < hiresElements . length ; i ++ ) {
6418
6418
var h = hiresElements [ i ] ;
6419
6419
if ( h . tagName != "IMG" ) continue ;
6420
6420
var src = h . getAttribute ( "src" ) ;
You can’t perform that action at this time.
0 commit comments