update files

This commit is contained in:
nuintun 2015-12-01 16:28:50 +08:00
parent f439f34567
commit f2fcd689bc

View File

@ -2651,11 +2651,11 @@ function getStyles(num, gb, fullwidth){
}
function styles(node){
var styles = {};
var attr = node.attr;
var attributes = node.getAttributes();
var foreground = attributes.foreground;
var background = attributes.background;
var styles = { attr: attr, char: node.c };
[
'bold', 'italic', 'underline',