Roo/htmleditor/FilterWord.js
[roojs1] / Roo / htmleditor / FilterWord.js
index 3af0cd3..7e6e19f 100644 (file)
 Roo.htmleditor.FilterWord = function(cfg)
 {
     // no need to apply config.
+    this.replaceBullets(cfg.node)
+    
     this.walk(cfg.node);
+    
+    
 }
 
 Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter,