mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 06:32:27 +01:00
Formatting fixes.
This commit is contained in:
@@ -467,8 +467,8 @@ const config = { //{{{
|
||||
"Redraw the screen",
|
||||
function ()
|
||||
{
|
||||
let wu = window.QueryInterface(Ci.nsIInterfaceRequestor).
|
||||
getInterface(Ci.nsIDOMWindowUtils);
|
||||
let wu = window.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIDOMWindowUtils);
|
||||
wu.redraw();
|
||||
modes.show();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user