mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 18:45:46 +01:00
Remove more unused vars.
This commit is contained in:
@@ -133,7 +133,7 @@ var Help = Module("Help", {
|
||||
|
||||
function rec(text, level, li) {
|
||||
let res = [];
|
||||
let list, space, i = 0;
|
||||
let list, i = 0;
|
||||
|
||||
for (let match of re.iterate(text)) {
|
||||
if (match.comment)
|
||||
|
||||
Reference in New Issue
Block a user