mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 20:05:45 +01:00
whitespace fix
This commit is contained in:
@@ -127,7 +127,8 @@ liberator.AutoCommands = function () //{{{
|
|||||||
var flag = true;
|
var flag = true;
|
||||||
for (var y = 0; y < autoCommands[eventsIter[i]].length; y++)
|
for (var y = 0; y < autoCommands[eventsIter[i]].length; y++)
|
||||||
{
|
{
|
||||||
if (autoCommands[eventsIter[i]][y][0] == regex && autoCommands[eventsIter[i]][y][1] == cmds) {
|
if (autoCommands[eventsIter[i]][y][0] == regex && autoCommands[eventsIter[i]][y][1] == cmds)
|
||||||
|
{
|
||||||
flag = false;
|
flag = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user