Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Thu, 30 Nov 2023 03:50:48 +0000 (11:50 +0800)
committerleon <leon@roojs.com>
Thu, 30 Nov 2023 03:50:48 +0000 (11:50 +0800)
Roo/htmleditor/Filter.js

index 3ab894a..9c9b3a9 100644 (file)
@@ -107,6 +107,6 @@ Roo.htmleditor.Filter.prototype = {
             if(this.replaceTag) {
                 this.replaceTag(e);
             }
-        });
+        }, this);
     }
 };
\ No newline at end of file