| @@ -503,9 +503,9 @@ | ||
| 503 | 503 | rootMargin: `${ jetpackLikesLookAhead }px`, |
| 504 | 504 | // jetpackIsScrolledIntoView() wants the widget fully inside the band, so ask to be |
| 505 | 505 | // told when it gets there - crossing into partial overlap alone would not load it. |
| 506 | 506 | threshold: [ 0, 1 ], |
| 507 | - } ) | |
| 507 | + } ) | |
| 508 | 508 | : null; |
| 509 | 509 | |
| 510 | 510 | // Observing an element twice is a no-op, so every queue pass can call this to pick up widgets |
| 511 | 511 | // added after load. |