Roo/htmleditor/TidyEntities.js
authorAlan <alan@roojs.com>
Thu, 6 Jan 2022 08:59:21 +0000 (16:59 +0800)
committerAlan <alan@roojs.com>
Thu, 6 Jan 2022 08:59:21 +0000 (16:59 +0800)
Roo/htmleditor/TidyEntities.js

index 374564e..1ecb9b3 100644 (file)
@@ -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);
        
     },