Vizzuality/gfw-climate

View on GitHub
app/assets/javascripts/map/views/tabs/SpinnerView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      render: function() {
        var $spinner = this.$el.find('#spinner2');
        var τ = 2 * Math.PI;
        var width = $spinner.width();
        var height = $spinner.height();
Severity: Minor
Found in app/assets/javascripts/map/views/tabs/SpinnerView.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status