File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6349,7 +6349,7 @@ <h2 class=no-num id=property-index>Property index</h2>
63496349window . onload = function ( ) {
63506350 if ( ! ( "devicePixelRatio" in window && window . devicePixelRatio > 1 ) ) return ;
63516351 var i , hiresElements = document . getElementsByClassName ( "hires" ) ;
6352- for ( i = 0 ; i & lt ; hiresElements . length ; i ++ ) {
6352+ for ( i = 0 ; i < hiresElements . length ; i ++ ) {
63536353 var h = hiresElements [ i ] ;
63546354 if ( h . tagName != "IMG" ) continue ;
63556355 var src = h . getAttribute ( "src" ) ;
Original file line number Diff line number Diff line change @@ -6349,7 +6349,7 @@ <h2 class=no-num id=property-index>Property index</h2>
63496349window . onload = function ( ) {
63506350 if ( ! ( "devicePixelRatio" in window && window . devicePixelRatio > 1 ) ) return ;
63516351 var i , hiresElements = document . getElementsByClassName ( "hires" ) ;
6352- for ( i = 0 ; i & lt ; hiresElements . length ; i ++ ) {
6352+ for ( i = 0 ; i < hiresElements . length ; i ++ ) {
63536353 var h = hiresElements [ i ] ;
63546354 if ( h . tagName != "IMG" ) continue ;
63556355 var src = h . getAttribute ( "src" ) ;
You can’t perform that action at this time.
0 commit comments