mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 12:15:49 +01:00
Whitespace fixes.
This commit is contained in:
@@ -27,7 +27,7 @@ const Util = Module("Util", {
|
||||
dactyl: {
|
||||
__noSuchMethod__: function (meth, args) {
|
||||
let win = util.activeWindow;
|
||||
if(win && win.dactyl)
|
||||
if (win && win.dactyl)
|
||||
return win.dactyl[meth].apply(win.dactyl, args);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user