ari/jobsworth

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

Summary

Maintainability
A
1 hr
Test Coverage

Function AjaxSpinner has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

jobsworth.AjaxSpinner = (function ($) {
  function AjaxSpinner(element) {
    this.element = element;
    this.count = 0;
    this.bind();
Severity: Minor
Found in app/assets/javascripts/ajax_spinner.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status