Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Jan 8, 2013
1 parent a9be167 commit c81b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPCookie.j
Expand Up @@ -94,7 +94,7 @@
domain = "";

#if PLATFORM(DOM)
document.cookie = _cookieName+"="+value+expires+"; path=/"+domain;
document.cookie = _cookieName + "=" + value + expires + "; path=/" + domain;
#else
_cookieValue = value;
_expires = expires;
Expand Down

0 comments on commit c81b8fb

Please sign in to comment.