1
0
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:
Štěpán Němec
2011-06-06 20:07:01 +02:00
parent 0195b4f1c9
commit b5d6b996a0

View File

@@ -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)