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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

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",