mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 16:03:34 +02:00
Fix source formatting.
This commit is contained in:
@@ -498,7 +498,7 @@ let (array = util.Array)
|
|||||||
context.anchored = false;
|
context.anchored = false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
context.fork("current", 0, this, function(context) {
|
context.fork("current", 0, this, function (context) {
|
||||||
context.title = ["Current Site"];
|
context.title = ["Current Site"];
|
||||||
context.completions = [
|
context.completions = [
|
||||||
[content.location.host, "Current Host"],
|
[content.location.host, "Current Host"],
|
||||||
@@ -507,7 +507,7 @@ let (array = util.Array)
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch (e) {}
|
catch (e) {}
|
||||||
context.fork("others", 0, this, function(context) {
|
context.fork("others", 0, this, function (context) {
|
||||||
context.title = ["Site"];
|
context.title = ["Site"];
|
||||||
context.completions = [[s, ""] for each (s in styles.sites)];
|
context.completions = [[s, ""] for each (s in styles.sites)];
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user