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

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-14 14:57:46 +00:00
parent ecf3d669ce
commit b7cf04793f
3 changed files with 10 additions and 10 deletions

View File

@@ -549,7 +549,7 @@ liberator.Completion = function () //{{{
}
// filter on tags
if(filterTags.some(function (tag) tag && tags.indexOf(tag) == -1))
if (filterTags.some(function (tag) tag && tags.indexOf(tag) == -1))
continue;
if (url.indexOf(filter) == -1)