APO-Epsilon/apo-website

View on GitHub
r8conf2016/js/doubleTapToGo.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    $.fn.doubleTapToGo = function( params )
    {
        if( !( 'ontouchstart' in window ) &&
            !navigator.msMaxTouchPoints &&
            !navigator.userAgent.toLowerCase().match( /windows phone os 7/i ) ) return false;
Severity: Minor
Found in r8conf2016/js/doubleTapToGo.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status