Roo/htmleditor/FilterKeepChildren.js
authorleon <leon@roojs.com>
Tue, 3 May 2022 03:33:36 +0000 (11:33 +0800)
committerleon <leon@roojs.com>
Tue, 3 May 2022 03:33:36 +0000 (11:33 +0800)
Roo/htmleditor/FilterKeepChildren.js

index 3481f61..23d15a4 100644 (file)
@@ -8,6 +8,7 @@
 
 Roo.htmleditor.FilterKeepChildren = function(cfg)
 {
+    console.log("FilterKeepChildren definition");
     Roo.apply(this, cfg);
     if (this.tag === false) {
         return; // dont walk.. (you can use this to use this just to do a child removal on a single tag )