mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -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: 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') {
|
||||||
|
|
Loading…
Reference in a new issue