1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 15:37:59 +01:00

Fix bugs.

This commit is contained in:
Kris Maglione
2014-02-16 15:15:26 -08:00
parent 62f3b69e48
commit a3a33df9a2
3 changed files with 5 additions and 5 deletions

View File

@@ -263,7 +263,7 @@ var CommandWidgets = Class("CommandWidgets", {
}
[this.commandbar.container, this.statusbar.container].forEach(check);
if (this.initialized && loaded.mow && mow.visible)
if (this.initialized && loaded.has("mow") && mow.visible)
mow.resize(false);
},