Skip to content

Commit

Permalink
tj-style ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Apr 25, 2012
1 parent d68e51c commit 02d08d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ Cookie.prototype = {
httpOnly: true,
secure: false,

toString: function() {return this.name + "=" + this.value},
toString: function() {
return this.name + "=" + this.value
},

toHeader: function() {
var header = this.toString()
Expand Down

0 comments on commit 02d08d2

Please sign in to comment.