wikimedia/mediawiki-extensions-UploadWizard

View on GitHub
resources/jquery/jquery.morphCrossfade.js

Summary

Maintainability
A
1 hr
Test Coverage

Function morphCrossfade has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.morphCrossfade = function ( newPanelSelector, speed ) {
        var $this = $( this );

        if ( typeof speed === 'undefined' ) {
            speed = 400;
Severity: Minor
Found in resources/jquery/jquery.morphCrossfade.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status