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

Fix indentation

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