From: Alan Date: Thu, 6 Jan 2022 09:12:49 +0000 (+0800) Subject: Roo/htmleditor/TidySerializer.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=51a4628361ca177ca768f406b4d2a1eda3a7cf8b Roo/htmleditor/TidySerializer.js --- diff --git a/Roo/htmleditor/TidySerializer.js b/Roo/htmleditor/TidySerializer.js index d05ba33fa3..7a33b3dddc 100644 --- a/Roo/htmleditor/TidySerializer.js +++ b/Roo/htmleditor/TidySerializer.js @@ -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. *