RubyLouvre/anu

View on GitHub
lib/injectTapEventPlugin.js

Summary

Maintainability
A
1 hr
Test Coverage

Function touchtap has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    eventPropHooks.touchtap = function(event) {
        var type = event.nativeEvent.type;
        if (!isStartish(type) && !isEndish(type)) {
            return false;
        }
Severity: Minor
Found in lib/injectTapEventPlugin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status