1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 19:17:59 +01:00

Fix definition link for commands defined on the command-line.

This commit is contained in:
Kris Maglione
2010-12-18 18:56:17 -05:00
parent 08058d0e4d
commit 394420a9d1
8 changed files with 70 additions and 35 deletions

View File

@@ -1846,7 +1846,7 @@ const Dactyl = Module("dactyl", {
args = args[0] || "";
if (args[0] == ":")
var method = function () dactyl.execute(args, null, true);
var method = function () commands.execute(args, null, true);
else
method = dactyl.userFunc(args);