aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-06-05 10:59:30 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-06-05 10:59:30 +0200
commit8973f0c3e19ffafee489a3dcfce03303120ed22b (patch)
treee2b3b2d8df16629f022f99154afc70fec9c44147 /js
parentc5daba6a1fda21573620852b9041d3a922a07e70 (diff)
downloadfreenode-live-2017-presentation-8973f0c3e19ffafee489a3dcfce03303120ed22b.tar
freenode-live-2017-presentation-8973f0c3e19ffafee489a3dcfce03303120ed22b.tar.gz
typo #938
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js4
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 ) {