1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 09:44:59 +12:00

code review

This commit is contained in:
gorhill 2014-10-27 10:30:21 -04:00
parent 118306ab51
commit 3aeeea7abd

View file

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