adobe/brackets

View on GitHub
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/jquery.effects.blind.js

Summary

Maintainability
A
1 hr
Test Coverage

Function blind has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.effects.effect.blind = function( o, done ) {
    // Create element
    var el = $( this ),
        props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
        mode = $.effects.setMode( el, o.mode || "hide" ),

    There are no issues that match your filters.

    Category
    Status