Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 6, 2010
1 parent e44d925 commit 23ceeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/cookie.js
Expand Up @@ -109,7 +109,7 @@ Cookies.get = function(doc){
};

function __cookieString__(cookies, doc) {
var cookieString = ""
var cookieString = "",
domain,
path,
name;
Expand Down

0 comments on commit 23ceeec

Please sign in to comment.