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

add missing semicolons

This commit is contained in:
Doug Kearns
2008-06-03 15:16:12 +00:00
parent 9ad5135b4e
commit ff132570d3
4 changed files with 13 additions and 13 deletions

View File

@@ -1290,7 +1290,7 @@ liberator.StatusLine = function () //{{{
}
else
{
var matches = url.match(/^chrome:\/\/vimperator\/locale\/(\S+)$/)
var matches = url.match(/^chrome:\/\/vimperator\/locale\/(\S+)$/);
if (matches && matches[1])
url = matches[1] + " [Help]";
}