krafthaus/bauhaus

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function colorPickerCallback has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function colorPickerCallback(callback, value) {
        function setColor(value) {
            var color = new tinymce.util.Color(value), rgb = color.toRgb();

            win.fromJSON({
Severity: Major
Found in bower_components/tinymce/plugins/colorpicker/plugin.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status