update files

This commit is contained in:
nuintun 2015-12-01 18:16:52 +08:00
parent 7124832f95
commit 45b56ada86

View File

@ -2770,4 +2770,10 @@ function styles(node){
return styles;
}
console.log(COLORS);
var colors = '';
COLORS.forEach(function (color, index){
colors += '\r\n' + index + ': ' + color;
});
console.log(colors);