Lint better

This commit is contained in:
Domenic Denicola 2015-05-06 00:49:36 +02:00
commit ae1937df41
2 changed files with 3 additions and 2 deletions

View file

@ -13,8 +13,6 @@ const cachePath = path.resolve("cache");
const outPath = path.resolve("out");
const contentPath = path.resolve(outPath, "OEBPS");
const rawChapterDocs = new Map();
let chapters;
getChapters()
.then(function (theChapters) {