1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 17:44:10 +01:00

Fix typo reference to dactyl.userfunc.

This commit is contained in:
Doug Kearns
2010-09-22 17:43:03 +10:00
parent 542086159f
commit 75e84aac6f

View File

@@ -1804,7 +1804,7 @@ const Dactyl = Module("dactyl", {
if (args[0] == ":")
var method = function () dactyl.execute(args, null, true);
else
method = dactyl.userfunction(args);
method = dactyl.userfunc(args);
try {
if (count > 1) {