1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 03:05:45 +01:00

Typos and whitespace fixes.

This commit is contained in:
Štěpán Němec
2010-12-06 02:29:52 +01:00
parent b79aecf31a
commit b765c5e96c
3 changed files with 10 additions and 10 deletions

View File

@@ -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>&#xa0;{item.pattern.source}</td>
<td>{item.command}</td>
</tr>))
<tr>
<td>&#xa0;{item.pattern.source}</td>
<td>{item.command}</td>
</tr>))
}
</table>);
},

View File

@@ -701,7 +701,7 @@ const Events = Module("events", {
// access to the real focus target
// Huh? --djk
onFocusChange: function onFocusChange(event) {
// command line has it's own focus change handler
// command line has its own focus change handler
if (dactyl.mode == modes.COMMAND_LINE)
return;