diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-03-22 11:10:27 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-03-22 11:10:27 +0100 |
commit | 6dbc5932806a4dfe59e035cea55b0c9673133215 (patch) | |
tree | 8708a1db071bd9454b0efe2024d83354d32f2a62 /js | |
parent | 9dbccd697846faf2b136e77b0459bebd2286a9ce (diff) | |
download | perl-software-in-gnu-guix-6dbc5932806a4dfe59e035cea55b0c9673133215.tar perl-software-in-gnu-guix-6dbc5932806a4dfe59e035cea55b0c9673133215.tar.gz |
disableLayout comment tweak
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/reveal.js b/js/reveal.js index e0a475b..8ffb39f 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -84,8 +84,8 @@ // Enable the slide overview mode overview: true, - // Enable/disable user specified layouts (like css-grid) - // (basically prevents all the display & height/width calculations) + // Disables the default reveal.js slide layout so that you can use + // custom CSS layout disableLayout: false, // Vertical centering of slides @@ -311,7 +311,7 @@ 'F': 'Fullscreen', 'ESC, O': 'Slide overview' }, - + // Holds custom key code mappings registeredKeyBindings = {}; |