mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
whitespace fixes
This commit is contained in:
@@ -200,7 +200,7 @@ liberator.Buffer = function () //{{{
|
||||
|
||||
liberator.mappings.add(modes, ["<C-c>"],
|
||||
"Stop loading",
|
||||
function() { BrowserStop(); });
|
||||
function () { BrowserStop(); });
|
||||
|
||||
// scrolling
|
||||
liberator.mappings.add(modes, ["j", "<Down>", "<C-e>"],
|
||||
|
||||
Reference in New Issue
Block a user