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