From: Alan Date: Thu, 6 Jan 2022 09:23:00 +0000 (+0800) Subject: Roo/htmleditor/TidySerializer.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8aeccee3abcd73c8b5f57ecaf0e4bf407e5ab5e4 Roo/htmleditor/TidySerializer.js --- 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 -}); +};