Fix typo in newtab transformations.js

This commit is contained in:
wolfbeast 2018-06-19 11:43:52 +02:00 committed by Roy Tam
commit abe937bd78

View file

@ -103,7 +103,7 @@ var gTransformation = {
let style = aSite.node.style;
let comp = getComputedStyle(aSite.node, null);
style.width = comp.getPropertyValue("width")
style.width = comp.getPropertyValue("width");
style.height = comp.getPropertyValue("height");
aSite.node.setAttribute("frozen", "true");