mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:25:46 +01:00
Long awaited augmentation of the :map command. Surrounding code needs cleanup.
--HG-- extra : rebase_source : 6bb2406343f04aff20456e1a9d0cb595f4ec767d
This commit is contained in:
@@ -326,7 +326,7 @@ const Dactyl = Module("dactyl", {
|
||||
* userContext global.
|
||||
*/
|
||||
userfunc: function () {
|
||||
return this.userEval(
|
||||
return this.usereval(
|
||||
"(function (" +
|
||||
Array.slice(arguments, 0, -1).join(", ") +
|
||||
") { " + arguments[arguments.length - 1] + " })")
|
||||
|
||||
Reference in New Issue
Block a user