mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:27:57 +01:00
add missing semicolons
This commit is contained in:
committed by
Kris Maglione
parent
67e5788fd5
commit
01a7ead528
@@ -598,7 +598,7 @@ function Tabs() //{{{
|
||||
function (args)
|
||||
{
|
||||
let count = args.count;
|
||||
args = args[0]
|
||||
args = args[0];
|
||||
|
||||
if (count < 1)
|
||||
count = 1;
|
||||
|
||||
Reference in New Issue
Block a user