1
0
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:
Kris Maglione
2014-02-25 15:03:03 -08:00
parent 369b5aebf1
commit c6c8f4d49f

View File

@@ -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) {