1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-12 11:05:45 +01:00

Merge default.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-28 22:19:02 -05:00
15 changed files with 799 additions and 12 deletions

View File

@@ -302,7 +302,7 @@ var AddonList = Class("AddonList", {
if (addon && addon.id in this.addons)
this.addons[addon.id].update();
if (this.ready)
this.modules.mow.resize(false);
this.modules.commandline.updateOutputHeight(false);
},
onDisabled: function (addon) { this.update(addon); },