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