1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 11:54:12 +01:00

Move util.Array to modules.Array_.

This commit is contained in:
Doug Kearns
2009-09-13 03:35:48 +10:00
parent a2a2f17e62
commit 7c66dc2b17
17 changed files with 68 additions and 69 deletions

View File

@@ -337,7 +337,7 @@ function Mappings() //{{{
function (context, obj, args)
{
let mode = args[0];
return util.Array.flatten(
return Array_.flatten(
[
[[name, map.description] for ([i, name] in Iterator(map.names))]
for ([i, map] in Iterator(user[mode].concat(main[mode])))