1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:08:00 +01:00

Replace template.map2 with an overloaded template.map

This commit is contained in:
Kris Maglione
2008-10-07 21:23:18 +00:00
parent 78d9d51434
commit c038e73471
4 changed files with 11 additions and 11 deletions

View File

@@ -931,7 +931,7 @@ liberator.Editor = function () //{{{
let list =
<table>
{
liberator.template.map2(abbrev, function (lhs, rhs)
liberator.template.map(abbrev, function (lhs, rhs)
liberator.template.map(rhs, function (abbr)
searchFilter.indexOf(abbr[0]) < 0 ? undefined :
<tr>