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:
parent
4422af26ec
commit
24672d91d8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user