1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 04:34:12 +01:00

Fix minefield.

This commit is contained in:
Kris Maglione
2014-09-16 13:19:54 -07:00
parent 0f41b99a03
commit 3ab2fcf8e6
11 changed files with 24 additions and 23 deletions

View File

@@ -91,8 +91,7 @@ var AutoCommands = Module("autocommands", {
* @optional
*/
list: function (event, regexp, hives) {
let hives = hives || this.activeHives;
hives = hives || this.activeHives;
function cmds(hive) {
let cmds = {};