diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-06-05 10:59:30 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-06-05 10:59:30 +0200 |
commit | 8973f0c3e19ffafee489a3dcfce03303120ed22b (patch) | |
tree | e2b3b2d8df16629f022f99154afc70fec9c44147 /js | |
parent | c5daba6a1fda21573620852b9041d3a922a07e70 (diff) | |
download | fosdem-2018-presentation-8973f0c3e19ffafee489a3dcfce03303120ed22b.tar fosdem-2018-presentation-8973f0c3e19ffafee489a3dcfce03303120ed22b.tar.gz |
typo #938
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) { |