mateuszdw/qaror

View on GitHub
app/assets/javascripts/tag-it.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function tagit has 88 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.tagit = function(options) {
                var el = this;
                create_preview()
                function split( val ) {
            return val.split(/[\s]+/);
Severity: Major
Found in app/assets/javascripts/tag-it.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status