more styling
[roojs1] / Roo / rtf / Span.js
1 Roo.rtf.Span = function(opts)
2 {
3     this.value = opts.value;
4 };