Fix linting error in tourGuide

This commit is contained in:
Nick O'Leary
2021-09-27 17:49:38 +01:00
parent 4422af26ec
commit 24672d91d8

View File

@@ -53,7 +53,7 @@ RED.tourGuide = (function() {
width: (2*dimension)+"px",
height: (2*dimension)+"px"
})
focus[0].offsetHeight; // Flush CSS changes
var flush = focus[0].offsetHeight; // Flush CSS changes
focus.addClass("transition");
focus.css({
width: dimension+"px",