krafthaus/bauhaus

View on GitHub
bower_components/tinymce/plugins/autoresize/plugin.js

Summary

Maintainability
A
1 hr
Test Coverage

Function resize has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function resize(e) {
        var deltaSize, doc, body, docElm, DOM = tinymce.DOM, resizeHeight, myHeight,
            marginTop, marginBottom, paddingTop, paddingBottom, borderTop, borderBottom;

        doc = editor.getDoc();
Severity: Minor
Found in bower_components/tinymce/plugins/autoresize/plugin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status