code review

pull/2/head
gorhill 10 years ago
parent 118306ab51
commit 3aeeea7abd

@ -69,6 +69,7 @@ CookieEntry.prototype.set = function(cookie) {
CookieEntry.prototype.unset = function() {
this.hostname = '';
this.domain = '';
this.path = '';
this.name = '';
this.value = '';

Loading…
Cancel
Save