mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
whitespace fixes
This commit is contained in:
@@ -634,7 +634,7 @@ const liberator = (function () //{{{
|
||||
else
|
||||
{
|
||||
var soundService = Components.classes["@mozilla.org/sound;1"]
|
||||
.getService(Components.interfaces.nsISound);
|
||||
.getService(Components.interfaces.nsISound);
|
||||
soundService.beep();
|
||||
}
|
||||
return false; // so you can do: if (...) return liberator.beep();
|
||||
|
||||
Reference in New Issue
Block a user