codefirst/AsakusaSatellite

View on GitHub
app/assets/javascripts/jquery-scrollTo.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function scrollTo has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.scrollTo = function( target, duration, settings ){
        if( typeof duration == 'object' ){
            settings = duration;
            duration = 0;
        }
Severity: Major
Found in app/assets/javascripts/jquery-scrollTo.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status