From 602729a24866bdd42864da8fdc3764a561d9c46a Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 6 Jan 2022 16:59:21 +0800 Subject: [PATCH] Roo/htmleditor/TidyEntities.js --- Roo/htmleditor/TidyEntities.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Roo/htmleditor/TidyEntities.js b/Roo/htmleditor/TidyEntities.js index 374564ea04..1ecb9b3bdf 100644 --- a/Roo/htmleditor/TidyEntities.js +++ b/Roo/htmleditor/TidyEntities.js @@ -12,15 +12,9 @@ Roo.htmleditor.TidyEntities = { */ init : function (){ - - // Decodes text by using the browser - - // Build a two way lookup table for the entities - - // Unpack entities lookup where the numbers are in radix 32 to reduce the size - this.namedEntities = buildEntitiesLookup(this.namedEntitiesData, 32); + this.namedEntities = buildEntitiesLookup(this.namedEntitiesData.join(','), 32); }, -- 2.39.2