AppStateESS/homestead

View on GitHub
javascript/jqueryCookie/jquery.cookie.js

Summary

Maintainability
A
1 hr
Test Coverage

Function cookie has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var config = $.cookie = function (key, value, options) {

        // write
        if (value !== undefined) {
            options = $.extend({}, config.defaults, options);
Severity: Minor
Found in javascript/jqueryCookie/jquery.cookie.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status