1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 01:25:46 +01:00

add some missing semicolons and remove some trailing commas

This commit is contained in:
Doug Kearns
2008-09-28 11:38:51 +00:00
parent fa1765465e
commit 6f6922f035
5 changed files with 14 additions and 18 deletions

View File

@@ -546,7 +546,7 @@ liberator.IO = function () //{{{
let dir = environmentService.get("TMPDIR") || environmentService.get("TMP")
|| environmentService.get("TEMP") || (WINDOWS ? "C:\\" : "/tmp/");
file.initWithPath(dir)
file.initWithPath(dir);
file.appendRelativePath(tmpName);
file.createUnique(Components.interfaces.nsIFile.NORMAL_FILE_TYPE, 0600);