mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
remove unused var declaration in commandsIterator()
This commit is contained in:
@@ -197,8 +197,6 @@ function Commands()//{{{
|
||||
|
||||
function commandsIterator()
|
||||
{
|
||||
var commands;
|
||||
|
||||
for (var i = 0; i < ex_commands.length; i++)
|
||||
yield ex_commands[i];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user