mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 15:45:47 +01:00
Whitespace fixes.
This commit is contained in:
@@ -630,7 +630,6 @@ const Dactyl = Module("dactyl", {
|
||||
</item></>.toXMLString(), true);
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Opens the help page containing the specified <b>topic</b> if it
|
||||
* exists.
|
||||
@@ -824,7 +823,7 @@ const Dactyl = Module("dactyl", {
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch(e) {}
|
||||
catch (e) {}
|
||||
// Unfortunately, failed page loads throw exceptions and
|
||||
// cause a lot of unwanted noise. This solution means that
|
||||
// any genuine errors go unreported.
|
||||
|
||||
Reference in New Issue
Block a user