Skip to content

Commit

Permalink
Add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmegitt committed Feb 18, 2022
1 parent ac8e084 commit e671704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ var backgroundColorAdjustSuffix = "BackgroundColorAdjust";
if (se === ee) {

// Check to see if there's any background at all
elementBoundingRect = se.node.getBoundingClientRect();
var elementBoundingRect = se.node.getBoundingClientRect();

if (elementBoundingRect.width == 0 || elementBoundingRect.height == 0) {

Expand Down

0 comments on commit e671704

Please sign in to comment.