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