mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 04:05:46 +01:00
Fix small completion.addonType issue.
--HG-- branch : groups
This commit is contained in:
@@ -437,10 +437,8 @@ var Addons = Module("addons", {
|
||||
context.completions = types.map(function (t) [t, util.capitalize(t)]);
|
||||
}
|
||||
|
||||
if (AddonManager.getAllAddons)
|
||||
context.incomplete = true;
|
||||
|
||||
context.generate = function generate() {
|
||||
context.incomplete = true;
|
||||
update(base);
|
||||
if (AddonManager.getAllAddons)
|
||||
AddonManager.getAllAddons(function (addons) {
|
||||
|
||||
Reference in New Issue
Block a user