src/mobile.startup/lazyImages/lazyImageLoader.js
Function loadImage
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function loadImage( placeholder ) {
const
deferred = util.Deferred(),
// data-width and height are attributes and do not specify dimension.
width = placeholder.dataset.width,