mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 22:54:12 +01:00
Add missing semicolons.
--HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
This commit is contained in:
@@ -649,7 +649,7 @@ var Mappings = Module("mappings", {
|
||||
validator: function (value) Array.concat(value).every(findMode),
|
||||
completer: function () [[array.compact([mode.name.toLowerCase().replace(/_/g, "-"), mode.char]), mode.description]
|
||||
for (mode in values(modes.all))
|
||||
if (!mode.hidden)],
|
||||
if (!mode.hidden)]
|
||||
};
|
||||
|
||||
function findMode(name) {
|
||||
|
||||
Reference in New Issue
Block a user