fix msword paste
[roojs1] / Roo / htmleditor / FilterBlack.js
index 1863525..76189ac 100644 (file)
@@ -16,7 +16,7 @@ Roo.extend(Roo.htmleditor.FilterBlack, Roo.htmleditor.Filter,
 {
     tag : true, // all elements.
    
-    replace : function(n)
+    replaceTag : function(n)
     {
         n.parentNode.removeChild(n);
     }