fix #8042 - clean up empty tags
[roojs1] / examples / test.js
1 Roo.onReady(function() {
2     new Roo.htmleditor.FilterStyleToTag({ node : document.body});
3     new Roo.htmleditor.FilterEmpty({ node : document.body });
4 });