js/clipboard.js: fix typo.

This commit is contained in:
Lucio Andrés Illanes Albornoz (arab, vxp) 2018-10-25 00:33:42 +02:00 committed by Lucio Andrés Illanes Albornoz
parent af683e4f26
commit 9fbfe7c26f

View File

@ -150,7 +150,7 @@ var clipboard = (function () {
case "\x1f": // ^_ (unimplemented)
break
default:
cells.push({bg: bg, fg: bg, value: line[x]})
cells.push({bg: bg, fg: fg, value: line[x]})
}
}
if (cells.length > 0) {