dlueth/qoopido.nucleus

View on GitHub
src/hooks/css.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function definition(getCssProperty) {
        var storage = {
                general: {
                    get: function(element, property) {
                        return getComputedStyle(element, null).getPropertyValue(property[0]);
Severity: Minor
Found in src/hooks/css.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status