1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

@ -53,7 +53,7 @@ RED.tourGuide = (function() {
width: (2*dimension)+"px", width: (2*dimension)+"px",
height: (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.addClass("transition");
focus.css({ focus.css({
width: dimension+"px", width: dimension+"px",