wikimedia/mediawiki-extensions-MobileFrontend

View on GitHub
src/mobile.startup/lazyImages/lazyImageLoader.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadImage has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function loadImage( placeholder ) {
    const
        deferred = util.Deferred(),
        // data-width and height are attributes and do not specify dimension.
        width = placeholder.dataset.width,
Severity: Minor
Found in src/mobile.startup/lazyImages/lazyImageLoader.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status