Skip to content

Commit 562533b

Browse files
authored
Fix missing comma in options-comment horizontalScroll.html
1 parent 344fd9f commit 562533b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timeline/other/horizontalScroll.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Timeline horizontal scroll option</h1>
1818
stack: true,
1919
horizontalScroll: true,
2020
// horizontalScrollKey: 'shiftKey', /* If you want to enable both vertical and horizontal scrolling, uncomment this and the line below. */
21-
// verticalScroll: true /* Uncomment this line with the line above to allow for both scroll-axis. */
21+
// verticalScroll: true, /* Uncomment this line with the line above to allow for both scroll-axis. */
2222
// horizontalScrollInvert: true, /* Invert the horizontal scroll direction by uncommenting this line. */
2323
zoomKey: 'ctrlKey',
2424
maxHeight: 400,

0 commit comments

Comments
 (0)