Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Mon, 20 Nov 2023 06:55:06 +0000 (14:55 +0800)
committerleon <leon@roojs.com>
Mon, 20 Nov 2023 06:55:06 +0000 (14:55 +0800)
Roo/htmleditor/Filter.js

index df3b279..39d560b 100644 (file)
@@ -87,6 +87,7 @@ Roo.htmleditor.Filter.prototype = {
 
         Roo.log('WALK TAG');
         var els = dom.getElementsByTagName(this.tag);
+        var l = els.length;
         Roo.log(els.length);
 
         for(var i = 0 ; i < els.length; i++) {