adobe/brackets

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

Summary

Maintainability
A
1 hr
Test Coverage

Function highlight has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.effects.effect.highlight = function( o, done ) {
    var elem = $( this ),
        props = [ "backgroundImage", "backgroundColor", "opacity" ],
        mode = $.effects.setMode( elem, o.mode || "show" ),
        animation = {

    There are no issues that match your filters.

    Category
    Status