christophehurpeau/html-document

View on GitHub
src/MouseEvent.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    constructor(type, mouseEventInit) {
        mouseEventInit = extend(true, {
            screenX: 0,
            screenY: 0,
            clientX: 0,
Severity: Minor
Found in src/MouseEvent.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status