mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 20:03:32 +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);
|
action(toolbar);
|
||||||
events.checkFocus();
|
events.checkFocus();
|
||||||
}, {
|
}, {
|
||||||
argcount: "1",
|
argCount: "1",
|
||||||
completer: function (context) {
|
completer: function (context) {
|
||||||
completion.toolbar(context);
|
completion.toolbar(context);
|
||||||
if (filter)
|
if (filter)
|
||||||
|
|||||||
Reference in New Issue
Block a user