mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 16:12:27 +01:00
Fix sorting in :addons.
This commit is contained in:
@@ -258,7 +258,7 @@ var AddonList = Class("AddonList", {
|
||||
this.modules = modules;
|
||||
this.filter = filter && filter.toLowerCase();
|
||||
this.nodes = {};
|
||||
this.addons = [];
|
||||
this.addons = {};
|
||||
this.ready = false;
|
||||
|
||||
AddonManager.getAddonsByTypes(types, this.closure(function (addons) {
|
||||
|
||||
Reference in New Issue
Block a user