Skip to content

Commit 0d66e6e

Browse files
committed
lint fx constants
1 parent 7907140 commit 0d66e6e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/components/fx/constants.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ module.exports = {
1616
YANGLE: 60,
1717

1818
// size and display constants for hover text
19-
HOVERARROWSIZE: 6, // pixel size of hover arrows
20-
HOVERTEXTPAD: 3, // pixels padding around text
19+
20+
// pixel size of hover arrows
21+
HOVERARROWSIZE: 6,
22+
// pixels padding around text
23+
HOVERTEXTPAD: 3,
24+
// hover font
2125
HOVERFONTSIZE: 13,
2226
HOVERFONT: 'Arial, sans-serif',
2327

2428
// minimum time (msec) between hover calls
25-
HOVERMINTIME: 50,
29+
HOVERMINTIME: 50
2630
};

0 commit comments

Comments
 (0)