cyclejs/cycle-core

View on GitHub
docs/theme/script.js

Summary

Maintainability
A
1 hr
Test Coverage

Function scrollagent has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.scrollagent = function(options, callback) {
    // Account for $.scrollspy(function)
    if (typeof callback === 'undefined') {
      callback = options;
      options = {};
Severity: Minor
Found in docs/theme/script.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status