mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 20:55:45 +01:00
Fixes, mostly, most of which should really be in the default branch.
--HG-- branch : groups
This commit is contained in:
@@ -512,7 +512,7 @@ var Styles = Module("Styles", {
|
||||
{
|
||||
names: ["-name", "-n"],
|
||||
description: "The name of this stylesheet",
|
||||
completer: function () [[k, v.css] for ([k, v] in Iterator(args["-group"].names))],
|
||||
completer: function (context, args) [[k, v.css] for ([k, v] in Iterator(args["-group"].hive.names))],
|
||||
type: modules.CommandOption.STRING
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user