1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 13:54:11 +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] == ":") if (args[0] == ":")
var method = function () dactyl.execute(args, null, true); var method = function () dactyl.execute(args, null, true);
else else
method = dactyl.userfunction(args); method = dactyl.userfunc(args);
try { try {
if (count > 1) { if (count > 1) {