1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 20:15:44 +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

@@ -261,7 +261,7 @@ liberator.CommandLine = function () //{{{
{
// TODO: move to liberator.eval()?
// with (liberator) means, liberator is the default namespace "inside" eval
arg = eval("with(liberator){" + arg + "}");
arg = eval("with (liberator) {" + arg + "}");
}
catch (e)
{