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

whitespace fixes

This commit is contained in:
Doug Kearns
2007-11-29 12:39:38 +00:00
parent 89efa429a8
commit c3f142b07d
4 changed files with 73 additions and 73 deletions

View File

@@ -174,7 +174,7 @@ vimperator.IO = function () //{{{
path = this.getCurrentDirectory() + (WINDOWS ? "\\" : "/") + path; // TODO: for now homedir, later relative to current dir?
else
path = path.replace(/^file:(\/\/)?/, "");
file.initWithPath(path);
return file;
},