Merge branch 'master' of http://git.roojs.com/roojs1
[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 });