mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 02:50:10 +00:00
Fixed typo
This commit is contained in:
parent
e020f97ea9
commit
00ee8f1ecd
@ -115,7 +115,6 @@ function applyStyle() {
|
||||
|
||||
// multiline handling functionality
|
||||
var lines = str.split(/[\r\n]+/)
|
||||
var rebuiltString = '';
|
||||
if (lines == 1) {
|
||||
rebuiltString += code.open + line.replace(code.closeRe, code.open) + code.close
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user