wikimedia/mediawiki-extensions-MobileFrontend

View on GitHub
src/mobile.init/lazyLoadedImages.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 28 lines of code (exceeds 25 allowed). Consider refactoring.
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 ) ) {
Severity: Minor
Found in src/mobile.init/lazyLoadedImages.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status