Net-ng/kansha

View on GitHub
static/js/autocomplete.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    NS.init = function (field, completionUrl, delimiter, minQueryLength,
            maxResultsDisplayed, withWrapper) {
        var container = document.createElement('div');
        field = Dom.get(field);

Severity: Minor
Found in static/js/autocomplete.js - About 1 hr to fix

    Function init has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        NS.init = function (field, completionUrl, delimiter, minQueryLength,
                maxResultsDisplayed, withWrapper) {
    Severity: Minor
    Found in static/js/autocomplete.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status