mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
add some missing argCount specs to commands
This commit is contained in:
@@ -302,7 +302,7 @@ liberator.config = { //{{{
|
||||
"Close the sidebar window",
|
||||
function ()
|
||||
{
|
||||
if (document.getElementById("sidebar-box").hidden == false)
|
||||
if (!document.getElementById("sidebar-box").hidden)
|
||||
toggleSidebar();
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
Reference in New Issue
Block a user