ImpressCMS/impresscms

View on GitHub
htdocs/themes/reflex/js/supersubs.js

Summary

Maintainability
A
1 hr
Test Coverage

Function supersubs has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.supersubs = function(options){
        var opts = $.extend({}, $.fn.supersubs.defaults, options);
        // return original object to support chaining
        return this.each(function() {
            // cache selections
Severity: Minor
Found in htdocs/themes/reflex/js/supersubs.js - About 1 hr to fix

    Unexpected trailing spaces found.
    Open

        

    Unexpected trailing spaces found.
    Open

                $ULs.each(function(i) {    

    Unexpected trailing spaces found.
    Open

                

    There are no issues that match your filters.

    Category
    Status