alookatommorow/children-of-mex

View on GitHub
app/assets/javascripts/modules/image-rotator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ImageRotator has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ImageRotator() {
  var $container = $('.photo-container'),
    currentIndex = 0,
    $currentCircle = $(".circle.active"),
    $nextCircle = $currentCircle.parent().next().children(),
Severity: Minor
Found in app/assets/javascripts/modules/image-rotator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status