ministryofjustice/prison-visits

View on GitHub
app/assets/javascripts/modules/moj.autocomplete.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _createAutocomplete has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _createAutocomplete: function(){
      var selected = this.$select.children(':selected'),
          val = selected.val() ? selected.text() : '',
          key, value, i, attrs, raw_attrs;

Severity: Minor
Found in app/assets/javascripts/modules/moj.autocomplete.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status