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

Whitespace and semicolon fixes.

This commit is contained in:
Doug Kearns
2009-08-10 02:15:23 +10:00
parent a8001baa03
commit 77458e5b8a
16 changed files with 66 additions and 61 deletions

2
common/content/io.js Normal file → Executable file
View File

@@ -478,7 +478,7 @@ function IO() //{{{
}
return util.Array.flatten(commands);
}
};
};
completion.addUrlCompleter("f", "Local files", completion.file);