mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:32:27 +01:00
Formatting fixes.
This commit is contained in:
@@ -249,7 +249,7 @@ const config = { //{{{
|
||||
|
||||
let menu = document.getElementById("viewSidebarMenu");
|
||||
|
||||
for (let [,panel] in Iterator(menu.childNodes))
|
||||
for (let [, panel] in Iterator(menu.childNodes))
|
||||
{
|
||||
if (compare(panel.label, arg))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user