more styling
[roojs1] / Roo / rtf / Hex.js
1 Roo.rtf.Hex = function(hex)
2 {
3     this.hexstr = hex;
4 };