mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 01:07:59 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -1582,7 +1582,7 @@ var CommandLine = Module("commandline", {
|
||||
else if (callable(arg))
|
||||
arg = String.replace(arg, "/* use strict */ \n", "/* use strict */ ");
|
||||
else if (!isString(arg) && useColor)
|
||||
arg = template.highlight(arg);
|
||||
arg = template_.highlight(arg);
|
||||
return arg;
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user