From 51a4628361ca177ca768f406b4d2a1eda3a7cf8b Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 6 Jan 2022 17:12:49 +0800 Subject: [PATCH] Roo/htmleditor/TidySerializer.js --- Roo/htmleditor/TidySerializer.js | 6 ++++++ 1 file changed, 6 insertions(+) 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. * -- 2.39.2