Skip to content

Commit f2df546

Browse files
authored
Update files.js
1 parent 77495b3 commit f2df546

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

files.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ function createFile(dir, sha, name, content, lang,
44
caretPos, scrollPos, eclipsed) {
55

66
return {
7-
dir: dir,
8-
sha: sha,
9-
name: name,
10-
content: content,
11-
lang: lang,
12-
caretPos: caretPos,
13-
scrollPos: scrollPos,
14-
eclipsed: eclipsed
7+
dir,
8+
sha,
9+
name,
10+
content,
11+
lang,
12+
caretPos,
13+
scrollPos,
14+
eclipsed
1515
}
1616

1717
}

0 commit comments

Comments
 (0)