Browse Source

code review

pull/2/head
gorhill 10 years ago
parent
commit
3aeeea7abd
  1. 1
      src/js/cookies.js

1
src/js/cookies.js

@ -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