Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Options are modified #1

Closed
gastonfournier opened this issue Oct 26, 2010 · 1 comment
Closed

Options are modified #1

gastonfournier opened this issue Oct 26, 2010 · 1 comment

Comments

@gastonfournier
Copy link

When you pass a null value to the cookie the expires value of options is modified and options should be readonly (at least I assume that). We had problems with such a case because we used a global object for options. It only happened on IE browsers.
Maybe the solution is to clone the options object into a local variable.

@carhartl
Copy link
Owner

The object is already cloned:

options = jQuery.extend({}, options);

In some outdated version this was an issue...

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants