roojs-all.js
authorAlan <alan@roojs.com>
Tue, 28 Dec 2021 08:11:31 +0000 (16:11 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Dec 2021 08:11:31 +0000 (16:11 +0800)
roojs-debug.js
Roo/htmleditor/FilterBlock.js

Roo/htmleditor/FilterBlock.js

index abf7222..62592a4 100644 (file)
@@ -18,11 +18,12 @@ Roo.htmleditor.FilterBlock = function(cfg)
     
 }
 
-Roo.apply(Roo.htmleditor.FilterBlock,
+Roo.apply(Roo.htmleditor.FilterBlock.prototype,
+{
     node: true, // all tags
      
      
-    replaceAttributes : function(attr)
+    removeAttributes : function(attr)
     {
         var ar = this.node.querySelectorAll('*[' + attr + ']');
         for (var i =0;i<ar.length;i++) {