mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:47:58 +01:00
Replace template.map2 with an overloaded template.map
This commit is contained in:
@@ -233,7 +233,7 @@ liberator.AutoCommands = function () //{{{
|
||||
<td class="hl-Title" colspan="2">----- Auto Commands -----</td>
|
||||
</tr>
|
||||
{
|
||||
liberator.template.map2(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