src/mobile.init/lazyLoadedImages.js
Function init
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function init( $container ) {
// T360781 - since this is invoked via hook, the value of $container is not guaranteed.
// If undefined, return early since no further work can be done on $container.
if ( !( $container[ 0 ] instanceof HTMLElement ) ) {