examples/test.js
authorleon <leon@roojs.com>
Mon, 26 Feb 2024 09:23:59 +0000 (17:23 +0800)
committerleon <leon@roojs.com>
Mon, 26 Feb 2024 09:23:59 +0000 (17:23 +0800)
examples/test.js

index 7b1b1d7..58a9d07 100644 (file)
@@ -1,4 +1,4 @@
 Roo.onReady(function() {
     new Roo.htmleditor.FilterStyleToTag({ node : document.body});
-    // new Roo.htmleditor.FilterEmpty({ node : document.body });
+    new Roo.htmleditor.FilterEmpty({ node : document.body });
 });
\ No newline at end of file