Oops JSHint again :(

)
This commit is contained in:
Robin Ward 2013-10-28 13:00:34 -04:00
parent 26a8156f08
commit 70ce07ae49
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ window.PagedownCustom = {
} else {
if (/\S/.test(line)) { newLine += "> " + line; }
}
result.push(newLine)
})
result.push(newLine);
});
chunk.selection = result.join("\n");
}