Commit 21dffa73 authored by Ray Schamp's avatar Ray Schamp

Fix indentation

parent 1eb8c537
...@@ -39,8 +39,8 @@ var Jar = { ...@@ -39,8 +39,8 @@ var Jar = {
} }
}, },
get: function (name, callback) { get: function (name, callback) {
// Get cookie by name // Get cookie by name
var obj = cookie.parse(document.cookie) || {}; var obj = cookie.parse(document.cookie) || {};
// Handle optional callback // Handle optional callback
if (typeof callback === 'function') { if (typeof callback === 'function') {
......
Markdown is supported
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