mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Oops JSHint again :(
)
This commit is contained in:
parent
26a8156f08
commit
70ce07ae49
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ window.PagedownCustom = {
|
||||||
} else {
|
} else {
|
||||||
if (/\S/.test(line)) { newLine += "> " + line; }
|
if (/\S/.test(line)) { newLine += "> " + line; }
|
||||||
}
|
}
|
||||||
result.push(newLine)
|
result.push(newLine);
|
||||||
})
|
});
|
||||||
chunk.selection = result.join("\n");
|
chunk.selection = result.join("\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue