From 0159be63ce5a4647b63ce8b6b7dc4b81e5d63f3f Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 6 Jan 2022 16:59:41 +0800 Subject: [PATCH] Roo/htmleditor/TidyEntities.js --- Roo/htmleditor/TidyEntities.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/htmleditor/TidyEntities.js b/Roo/htmleditor/TidyEntities.js index 1ecb9b3bdf..5db0ea6723 100644 --- a/Roo/htmleditor/TidyEntities.js +++ b/Roo/htmleditor/TidyEntities.js @@ -738,7 +738,8 @@ Roo.htmleditor.TidyEntities = { map[items[i]] = {}; } return map; - }, + } +}; -- 2.39.2