mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix indentation
This commit is contained in:
parent
1eb8c537c1
commit
21dffa73f0
1 changed files with 2 additions and 2 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue