AyuntamientoMadrid/participacion

View on GitHub
app/assets/javascripts/suggest.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    initialize: function() {
      $("[data-js-suggest-result]").each(function() {
        var $this, callback, timer;
        $this = $(this);
        callback = function() {
Severity: Minor
Found in app/assets/javascripts/suggest.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status