fairplaysk/datacamp

View on GitHub
app/assets/javascripts/jquery.history.js

Summary

Maintainability
A
1 hr
Test Coverage

Function hashchangeLoader has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        hashchangeLoader: function () {
            var History = $.History;
            
            // More is needed for non IE8 browsers
            if ( !($.browser.msie && parseInt($.browser.version) >= 8) ) {    
Severity: Minor
Found in app/assets/javascripts/jquery.history.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status