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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user