ivaynberg/select2

View on GitHub
src/js/select2/selection/eventRelay.js

Summary

Maintainability
A
1 hr
Test Coverage

Function bind has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  EventRelay.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var relayEvents = [
      'open', 'opening',
      'close', 'closing',
Severity: Minor
Found in src/js/select2/selection/eventRelay.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status