From 8aeccee3abcd73c8b5f57ecaf0e4bf407e5ab5e4 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 6 Jan 2022 17:23:00 +0800 Subject: [PATCH] Roo/htmleditor/TidySerializer.js --- Roo/htmleditor/TidySerializer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/htmleditor/TidySerializer.js b/Roo/htmleditor/TidySerializer.js index 60bce124e8..243387d4e7 100644 --- a/Roo/htmleditor/TidySerializer.js +++ b/Roo/htmleditor/TidySerializer.js @@ -20,7 +20,7 @@ Roo.htmleditor.TidySerializer = function(settings) // self.schema = schema = schema || new Schema(); }; -Roo.apply(Roo.htmleditor.TidySerializer.prototype, { +Roo.htmleditor.TidySerializer.prototype = { /** * @param {boolean} inner do the inner of the node. @@ -147,5 +147,5 @@ Roo.apply(Roo.htmleditor.TidySerializer.prototype, { } // Serialize element and treat all non elements as fragments -}); +}; -- 2.39.2