refinery/refinerycms

View on GitHub
core/app/assets/javascripts/refinery/serializelist.js

Summary

Maintainability
A
1 hr
Test Coverage

Function serializelist has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.serializelist = function(options) {
    var defaults = {
        attributes: ['id'],
        allow_nest: true,
        prepend: 'ul',
Severity: Minor
Found in core/app/assets/javascripts/refinery/serializelist.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status