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

add missing semicolons

This commit is contained in:
Doug Kearns
2008-06-09 03:29:29 +00:00
parent 72b583f03c
commit 45390dac8b
2 changed files with 2 additions and 2 deletions

View File

@@ -338,7 +338,7 @@ liberator.IO = function () //{{{
var file = Components.classes["@mozilla.org/file/local;1"].
createInstance(Components.interfaces.nsILocalFile);
var tmpname = liberator.config.name.toLowerCase() + ".tmp"
var tmpname = liberator.config.name.toLowerCase() + ".tmp";
if (WINDOWS)
{
var dir = environmentService.get("TMP") || environmentService.get("TEMP") || "C:\\";