mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 18:15:46 +01:00
Typos and whitespace fixes.
This commit is contained in:
@@ -80,15 +80,15 @@ const AutoCommands = Module("autocommands", {
|
||||
</tr>
|
||||
{
|
||||
template.map(cmds, function ([event, items])
|
||||
<tr highlight="Title">
|
||||
<td colspan="2">{event}</td>
|
||||
</tr>
|
||||
+
|
||||
<tr highlight="Title">
|
||||
<td colspan="2">{event}</td>
|
||||
</tr>
|
||||
+
|
||||
template.map(items, function (item)
|
||||
<tr>
|
||||
<td> {item.pattern.source}</td>
|
||||
<td>{item.command}</td>
|
||||
</tr>))
|
||||
<tr>
|
||||
<td> {item.pattern.source}</td>
|
||||
<td>{item.command}</td>
|
||||
</tr>))
|
||||
}
|
||||
</table>);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user