1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 23:55:45 +01:00

add missing semicolons

This commit is contained in:
Doug Kearns
2008-09-18 12:23:38 +00:00
parent e64a7397df
commit 23492c82e7
6 changed files with 13 additions and 12 deletions

View File

@@ -438,7 +438,7 @@ liberator.IO = function () //{{{
var rcFile2 = ioManager.getFile("~/_" + liberator.config.name.toLowerCase() + "rc");
if (WINDOWS)
[rcFile1, rcFile2] = [rcFile2, rcFile1]
[rcFile1, rcFile2] = [rcFile2, rcFile1];
if (rcFile1.exists() && rcFile1.isFile())
return rcFile1;