mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-11 00:55:01 +02:00
Merge pull request #2581 from flaviomartins/patch-1
fix typo in configuration example
This commit is contained in:
@@ -355,7 +355,7 @@ Reveal.initialize({
|
|||||||
// the automated time allocation causes slide pacing to fall
|
// the automated time allocation causes slide pacing to fall
|
||||||
// below this threshold, then you will see an alert in the
|
// below this threshold, then you will see an alert in the
|
||||||
// speaker notes window
|
// speaker notes window
|
||||||
minimumTimePerSlide: 0;
|
minimumTimePerSlide: 0,
|
||||||
|
|
||||||
// Enable slide navigation via mouse wheel
|
// Enable slide navigation via mouse wheel
|
||||||
mouseWheel: false,
|
mouseWheel: false,
|
||||||
|
Reference in New Issue
Block a user