( category )
| 352 | getAppsByCategory = this.makeAppsByCategory//memoize( this.makeAppsByCategory.bind( this ) ) |
| 353 | |
| 354 | getAppCategoryList ( category ) { |
| 355 | const categoryLists = this.getAppsByCategory() |
| 356 | |
| 357 | return categoryLists[category] |
| 358 | } |
| 359 | |
| 360 | makeKindLists () { |
| 361 | const getters = Object.fromEntries( Object.entries( this.lists ).map( ([ listName ]) => { |