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:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user