Skip to content
Snippets Groups Projects
Commit bb631e2b authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent cb6802ea
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ function uniqueValues(array) { ...@@ -53,7 +53,7 @@ function uniqueValues(array) {
function getCartCookieParams() { function getCartCookieParams() {
if (cartCookieDomain) { if (cartCookieDomain) {
return { path: '/', domain: cartCookieDomain } return { path: '/', domain: cartCookieDomain };
} else { } else {
return { path: '/' }; return { path: '/' };
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment