mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 09:57:59 +01:00
add missing semicolons
This commit is contained in:
@@ -109,7 +109,7 @@ const liberator = (function () //{{{
|
||||
.forEach(function (elem)
|
||||
{
|
||||
if (elem)
|
||||
elem.collapsed = (opts.indexOf(opt) == -1)
|
||||
elem.collapsed = (opts.indexOf(opt) == -1);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user