Roo/htmleditor/TidySerializer.js
authorAlan <alan@roojs.com>
Thu, 6 Jan 2022 09:12:49 +0000 (17:12 +0800)
committerAlan <alan@roojs.com>
Thu, 6 Jan 2022 09:12:49 +0000 (17:12 +0800)
Roo/htmleditor/TidySerializer.js

index d05ba33..7a33b3d 100644 (file)
@@ -21,6 +21,12 @@ Roo.htmleditor.TidySerializer = function(settings)
 
 };
 Roo.apply(Roo.htmleditor.TidySerializer.prototype, {
+    
+    /**
+     * @param {boolean} inner do the inner of the node.
+     */
+    inner : false,
+    
     /**
     * Serializes the specified node into a string.
     *