1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 11:52:26 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-12-18 19:38:05 +11:00
parent b200139456
commit c11e153766
8 changed files with 8 additions and 10 deletions

View File

@@ -120,9 +120,9 @@ function IO() //{{{
if (path.exists() && path.normalize)
path.normalize();
}
catch(e)
catch (e)
{
return { exists: function () false, __noSuchMethod__: function () { throw e } };
return { exists: function () false, __noSuchMethod__: function () { throw e; } };
}
return path;
}