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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user