mirror of https://github.com/node-red/node-red.git
Fix linting error in tourGuide
parent
4422af26ec
commit
24672d91d8
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue