bronycub/sugarcub

View on GitHub
core/static/vendor/jquery/src/selector-native.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Open

        return sortInput ?
            ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) :
            0;
Severity: Major
Found in core/static/vendor/jquery/src/selector-native.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return compare & 4 ? -1 : 1;
    Severity: Major
    Found in core/static/vendor/jquery/src/selector-native.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status