gecoscc/static/jquery.cookie.js
Function cookie
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var config = $.cookie = function (key, value, options) {
// Write
if (value !== undefined && !$.isFunction(value)) {
options = $.extend({}, config.defaults, options);