webcol/Calima

View on GitHub
public_/librerias/angular/js/gestures/swipe.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function bind has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      bind: function(element, eventHandlers, pointerTypes) {
        // Absolute total movement, used to control swipe vs. scroll.
        var totalX, totalY;
        // Coordinates of the start position.
        var startCoords;
Severity: Major
Found in public_/librerias/angular/js/gestures/swipe.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status