Remove unnecessary params parameter to shared.flattenLists/forEachLine.

This commit is contained in:
David Anson 2018-03-04 23:06:31 -08:00
parent 942cc9af08
commit 748c8cac17
15 changed files with 15 additions and 15 deletions

View file

@ -46,7 +46,7 @@ module.exports = {
}
});
var longLineRe = new RegExp("^(.{" + lineLength + "})(.*\\s.*)$");
shared.forEachLine(params,
shared.forEachLine(
function forLine(line, lineIndex, inCode, onFence, inTable) {
var lineNumber = lineIndex + 1;
if ((includeCodeBlocks || !inCode) &&