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