1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 23:44:11 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-10-03 18:14:49 +00:00
parent 7521ef4bf1
commit 268395a0fc
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ const liberator = (function () //{{{
liberator.dump(message + "\n");
liberator[name] = func();
}
catch(e)
catch (e)
{
liberator.dump(e + "\n");
}