update files

This commit is contained in:
nuintun 2015-12-01 16:28:11 +08:00
parent 3b2dfb4d08
commit f439f34567

View File

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