1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00

remove unused var declaration in commandsIterator()

This commit is contained in:
Doug Kearns
2007-06-10 16:03:17 +00:00
parent ae62af34c1
commit d4598ed391

View File

@@ -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];