Skip to content

Commit 75784d4

Browse files
committed
Demo: rearranged presentation.js
1 parent 0dec022 commit 75784d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

demo/presentation.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ const presentation = {
1212
"demo/look-at-video.svg",
1313
"demo/2020-09-17.video.32.webp",
1414
],
15-
hideHelpOnStart: true,
16-
rtl: false,
1715
title: "Presentation Demo",
16+
hideHelpOnStart: false,
1817
colors: {
1918
background: "white",
2019
text: {
2120
background: "azure",
2221
foreground: "black",
23-
border: "lightBlue"
24-
}
25-
}
22+
border: "lightBlue",
23+
},
24+
},
25+
rtl: false,
2626
};

0 commit comments

Comments
 (0)