1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 06:05:45 +01:00

teramako: please follow our rules of intention, whitespace, etc. (same

for Ted, but Kris already said that)
This commit is contained in:
Martin Stubenschrott
2008-12-31 16:31:35 +01:00
parent 5988c4fbf4
commit b7bc245430

View File

@@ -272,7 +272,7 @@ function AutoCommands() //{{{
} }
else else
{ {
liberator.execute(commands.replaceTokens(autoCmd.command, args),null,true); liberator.execute(commands.replaceTokens(autoCmd.command, args), null, true);
} }
} }
} }