From 6dbc5932806a4dfe59e035cea55b0c9673133215 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 22 Mar 2018 11:10:27 +0100 Subject: [PATCH] disableLayout comment tweak --- js/reveal.js | 6 +++--- 1 file 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 = {};