mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
js/clipboard.js: fix typo.
This commit is contained in:
parent
af683e4f26
commit
9fbfe7c26f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user