adobe/brackets

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

Summary

Maintainability
A
1 hr
Test Coverage

Function clip has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.effects.effect.clip = 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