1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 06:23:32 +02: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.dump(message + "\n");
liberator[name] = func(); liberator[name] = func();
} }
catch(e) catch (e)
{ {
liberator.dump(e + "\n"); liberator.dump(e + "\n");
} }