mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:07:58 +01:00
Run stylebot -- semicolons.
This commit is contained in:
@@ -1535,7 +1535,7 @@ var Buffer = Module("buffer", {
|
||||
|
||||
commands.add(["st[op]"],
|
||||
"Stop loading the current web page",
|
||||
function () { buffer.stop() },
|
||||
function () { buffer.stop(); },
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["vie[wsource]"],
|
||||
|
||||
Reference in New Issue
Block a user