1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-24 08:51:26 +02:00

Back out changes accidentally merged from default.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-28 22:49:47 -05:00
3 changed files with 396 additions and 2 deletions
+1 -1
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.commandline.updateOutputHeight(false);
this.modules.mow.resize(false);
},
onDisabled: function (addon) { this.update(addon); },