mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 01:24:11 +01:00
Formatting fixes.
This commit is contained in:
@@ -145,7 +145,7 @@ const Addressbook = Module("addressbook", {
|
||||
|
||||
commandline.open(":", "contact " + address + " " + displayName, modes.EX);
|
||||
});
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
@@ -183,7 +183,7 @@ const Config = Module("config", ConfigBase, {
|
||||
},
|
||||
getter: function () MailOfflineMgr.isOnline()
|
||||
});
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
@@ -937,7 +937,7 @@ const Mail = Module("mail", {
|
||||
return value;
|
||||
}
|
||||
});*/
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user