From: Alan Date: Thu, 6 Jan 2022 08:59:21 +0000 (+0800) Subject: Roo/htmleditor/TidyEntities.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=602729a24866bdd42864da8fdc3764a561d9c46a Roo/htmleditor/TidyEntities.js --- 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); },