Roo/htmleditor/FilterEmpty.js
authorleon <leon@roojs.com>
Tue, 27 Feb 2024 02:21:25 +0000 (10:21 +0800)
committerleon <leon@roojs.com>
Tue, 27 Feb 2024 02:21:25 +0000 (10:21 +0800)
Roo/htmleditor/FilterEmpty.js

index fa10fde..0851040 100644 (file)
@@ -33,11 +33,11 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
             ||
             node.hasChildNodes()
         ) {
-            return false; // dont walk
+            return false; // don't walk
         }
-        
+
         Roo.htmleditor.FilterBlack.prototype.replaceTag.call(this, node);
-        return false;
+        return false; // don't walk
      
     }