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

Death to E4X and stuff.

This commit is contained in:
Kris Maglione
2012-12-16 23:00:58 -08:00
parent d8515c1548
commit 6a87343724
4 changed files with 31 additions and 15 deletions

View File

@@ -1294,7 +1294,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
b.name)),
function ({ name, description })
[["dt", {}, name],
["dd", {}, template.linkifyHelp(description, true)]],
["dd", {}, template_.linkifyHelp(description, true)]],
"\n")]]);
});
},