From e7ca0d18397ea99cfd96a0e31aa1e3d9f6c2317c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 8 Mar 2024 00:15:38 +0900 Subject: [PATCH] Update UIItem.js seperator -> separator --- src/UI/UIItem.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UI/UIItem.js b/src/UI/UIItem.js index 989ed77c..b40cf5fc 100644 --- a/src/UI/UIItem.js +++ b/src/UI/UIItem.js @@ -1066,7 +1066,7 @@ function UIItem(options){ }); // ------------------------------------------- - // -- seperator -- + // -- separator -- // ------------------------------------------- menu_items.push('-'); } @@ -1085,7 +1085,7 @@ function UIItem(options){ } }); // ------------------------------------------- - // -- seperator -- + // -- separator -- // ------------------------------------------- if(!is_trash && !is_trashed && options.is_dir) menu_items.push('-'); @@ -1617,4 +1617,4 @@ window.activate_item_name_editor= function(el_item){ $(el_item_name_editor).select(); } -export default UIItem; \ No newline at end of file +export default UIItem;