mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-27 21:53:31 +02:00
Get rid of template.map overloading, add standard "usage" template for ex/vi/option
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ liberator.AutoCommands = function () //{{{
|
||||
<td class="hl-Title" colspan="2">----- Auto Commands -----</td>
|
||||
</tr>
|
||||
{
|
||||
liberator.template.map(cmds, function (event, items)
|
||||
liberator.template.map(cmds, function ([event, items])
|
||||
<tr>
|
||||
<td class="hl-Title" colspan="2">{event}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user