ivaynberg/select2

View on GitHub
src/js/select2/utils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Decorate has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Utils.Decorate = function (SuperClass, DecoratorClass) {
    var decoratedMethods = getMethods(DecoratorClass);
    var superMethods = getMethods(SuperClass);

    function DecoratedClass () {
Severity: Minor
Found in src/js/select2/utils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status