Vizzuality/gfw-climate

View on GitHub
app/assets/javascripts/views/shared/GeoListView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function searchCountries has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      searchCountries: function(e) {
        // TODO: move this to the presenter
        var searchText = this.$searchBox.val();
        var val = $.trim(searchText)
          .replace(/ +/g, ' ')
Severity: Minor
Found in app/assets/javascripts/views/shared/GeoListView.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status