58a9d0709a3e0d2de9fa02585fee954b4c06be96
[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 });