mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:42:26 +01:00
whitespace fixes
This commit is contained in:
@@ -1852,7 +1852,7 @@ liberator.template = {
|
|||||||
<th class="hl-Title" align="left" colspan="2">{title}</th>
|
<th class="hl-Title" align="left" colspan="2">{title}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{
|
{
|
||||||
this.map(data, function(datum)
|
this.map(data, function (datum)
|
||||||
<tr>
|
<tr>
|
||||||
<td style="font-weight: bold; min-width: 150px">{datum[0]}</td>
|
<td style="font-weight: bold; min-width: 150px">{datum[0]}</td>
|
||||||
<td>{this.maybeXML(datum[1])}</td>
|
<td>{this.maybeXML(datum[1])}</td>
|
||||||
|
|||||||
@@ -669,7 +669,7 @@ liberator.Events = function () //{{{
|
|||||||
var str = <table>
|
var str = <table>
|
||||||
{
|
{
|
||||||
liberator.template.map2(liberator.events.getMacros(args),
|
liberator.template.map2(liberator.events.getMacros(args),
|
||||||
function(macro, keys)
|
function (macro, keys)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{macro}</td>
|
<td>{macro}</td>
|
||||||
<td>{keys}</td>
|
<td>{keys}</td>
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ liberator.IO = function () //{{{
|
|||||||
function ()
|
function ()
|
||||||
{
|
{
|
||||||
XML.prettyPrinting = false;
|
XML.prettyPrinting = false;
|
||||||
var list =
|
var list =
|
||||||
<table>
|
<table>
|
||||||
{
|
{
|
||||||
liberator.template.map2(scriptNames, function (i, name)
|
liberator.template.map2(scriptNames, function (i, name)
|
||||||
|
|||||||
@@ -634,7 +634,7 @@ const liberator = (function () //{{{
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
var soundService = Components.classes["@mozilla.org/sound;1"]
|
var soundService = Components.classes["@mozilla.org/sound;1"]
|
||||||
.getService(Components.interfaces.nsISound);
|
.getService(Components.interfaces.nsISound);
|
||||||
soundService.beep();
|
soundService.beep();
|
||||||
}
|
}
|
||||||
return false; // so you can do: if (...) return liberator.beep();
|
return false; // so you can do: if (...) return liberator.beep();
|
||||||
|
|||||||
Reference in New Issue
Block a user