mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 04:35:45 +01:00
whitespace fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user