diff --git a/js/reveal.js b/js/reveal.js index d9451cb..68d29a8 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -112,7 +112,7 @@ postMessageEvents: false, // Focuses body when page changes visiblity to ensure keyboard shortcuts work - focusBodyOnPageVisiblityChange: true, + focusBodyOnPageVisibilityChange: true, // Theme (see /css/theme) theme: null, @@ -842,7 +842,7 @@ dom.progress.addEventListener( 'click', onProgressClicked, false ); } - if( config.focusBodyOnPageVisiblityChange ) { + if( config.focusBodyOnPageVisibilityChange ) { var visibilityChange; if( 'hidden' in document ) {