ScottHamper / Cookies

JavaScript Client-Side Cookie Manipulation Library
The Unlicense
1.77k stars 170 forks source link

Cleanup test cookie when checking Cookie.enabled #20

Closed brianlow closed 10 years ago

brianlow commented 10 years ago

Here's a pull that will expire the cookie.js test cookie created by the enabled call. The minified version needs to be updated. I didn't know how to generate the it. All tests pass in Chrome, IE8 and IE11 (when using the non-minifed version).

gavacho commented 10 years ago

Was just about to start a similar patch. Thanks for your work @brianlow :thumbsup:

brianlow commented 10 years ago

I just update the pull request - the minified version is up to date. All tests pass on Chrome and Firefox.

ScottHamper commented 10 years ago

Thanks, Brian! Sorry it took so long.

brianlow commented 10 years ago

Thanks for making the library open source. :thumbsup: