1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:08:00 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-08-21 22:31:06 +00:00
parent 37a2aa50fb
commit dee53e3b9f
5 changed files with 11 additions and 10 deletions

View File

@@ -293,7 +293,7 @@ const liberator = (function () //{{{
{
try
{
eval("with(liberator) {" + args + "}");
eval("with (liberator) {" + args + "}");
}
catch (e)
{
@@ -352,7 +352,7 @@ const liberator = (function () //{{{
else
{
while (i--)
eval("with(liberator) {" + args + "}");
eval("with (liberator) {" + args + "}");
}
if (special)
@@ -398,7 +398,7 @@ const liberator = (function () //{{{
if (args && args[0] == ":")
liberator.execute(args);
else
eval("with(liberator){" + args + "}");
eval("with (liberator) {" + args + "}");
if (special)
return;