krafthaus/bauhaus

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

Summary

Maintainability
A
1 hr
Test Coverage

Function toggleVisualChars has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function toggleVisualChars(addBookmark) {
        var node, nodeList, i, body = editor.getBody(), nodeValue, selection = editor.selection, div, bookmark;

        state = !state;
        self.state = state;
Severity: Minor
Found in bower_components/tinymce/plugins/visualchars/plugin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status