dlueth/qoopido.nucleus

View on GitHub
src/dom/event.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function definition has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function definition(hooksEvent) {
        function getTarget(event) {
            var target = event.target || event.srcElement || document;

            return target.nodeType === 3 ? target.parentNode : target;
Severity: Major
Found in src/dom/event.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status