1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 17:25:46 +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

@@ -351,7 +351,7 @@ liberator.Buffer = function () //{{{
let computedStyle = window.content.getComputedStyle(match, null);
if (computedStyle.getPropertyValue("visibility") != "hidden" && computedStyle.getPropertyValue("display") != "none")
elements.push(match)
elements.push(match);
}
if (elements.length > 0)