mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 17:55:46 +01:00
Add missing semicolons.
This commit is contained in:
@@ -307,12 +307,12 @@ function Mappings() //{{{
|
||||
null,
|
||||
function (context, obj, args)
|
||||
{
|
||||
let mode = args[0]
|
||||
let mode = args[0];
|
||||
return util.Array.flatten(
|
||||
[
|
||||
[[name, map.description] for ([i, name] in Iterator(map.names))]
|
||||
for ([i, map] in Iterator(user[mode].concat(main[mode])))
|
||||
])
|
||||
]);
|
||||
}
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user