瀏覽代碼

Update UIItem.js

seperator -> separator
Ikko Eltociear Ashimine 1 年之前
父節點
當前提交
e7ca0d1839
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/UI/UIItem.js

+ 3 - 3
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;
+export default UIItem;