stevegrossi/stevegrossi

View on GitHub
app/assets/javascripts/jquery.lazyload.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function lazyload has 104 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.lazyload = function(options) {
        var elements = this;
        var $container;
        var settings = {
            threshold       : 0,
Severity: Major
Found in app/assets/javascripts/jquery.lazyload.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status