krafthaus/bauhaus

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

Summary

Maintainability
A
1 hr
Test Coverage

Function _punbb_html2bbcode has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        _punbb_html2bbcode : function(s) {
            s = tinymce.trim(s);

            function rep(re, str) {
                s = s.replace(re, str);
Severity: Minor
Found in bower_components/tinymce/plugins/bbcode/plugin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status