mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 21:54:13 +01:00
Fix a typo. Closes issue #555.
This commit is contained in:
@@ -1903,7 +1903,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
action(toolbar);
|
||||
events.checkFocus();
|
||||
}, {
|
||||
argcount: "1",
|
||||
argCount: "1",
|
||||
completer: function (context) {
|
||||
completion.toolbar(context);
|
||||
if (filter)
|
||||
|
||||
Reference in New Issue
Block a user