sympmarc/SPServices

View on GitHub
src/utils/SPDropdownCtl.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    $.fn.SPServices.SPDropdownCtl = function (options) {

        var opt = $.extend({}, {
            displayName: "" // The displayName of the column on the form
        }, options);
Severity: Minor
Found in src/utils/SPDropdownCtl.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status