Skip to content

Commit

Permalink
Bookmarks: Sort group by name
Browse files Browse the repository at this point in the history
(reference #30)
  • Loading branch information
piotrzarzycki21 committed Aug 11, 2023
1 parent 0117036 commit 8ad6708
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ package controller
groups.push({name: "Default"});
}

groups.sortOn("name");

groups.forEach(function(group:Object, index:int, arr:Array):void{

var menuItem:NavigationLinkVO = new NavigationLinkVO(group.name, "", "mdi mdi-apps mdi-24px",
Expand Down

0 comments on commit 8ad6708

Please sign in to comment.