1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 01:14:10 +01:00

Merge with master.

This commit is contained in:
Kris Maglione
2008-12-18 14:03:15 -05:00
11 changed files with 24 additions and 30 deletions

View File

@@ -119,9 +119,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;
}