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

made hl-Question bold by default

This commit is contained in:
Martin Stubenschrott
2008-11-08 00:45:43 +00:00
parent e47a592dbb
commit 3e48c58ab3
2 changed files with 1 additions and 2 deletions

View File

@@ -660,7 +660,6 @@ const liberator = (function () //{{{
dumpStack: function (msg)
{
//liberator.dump((msg || "") + (new Error()).stack.replace(/.*\n/, ""));
liberator.dump((msg || "") + (new Error()).stack);
},