drhenner/ror_ecommerce

View on GitHub
app/assets/javascripts/foundation/foundation.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 app/assets/javascripts/foundation/foundation.cookie.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status