aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-03-02 12:11:05 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-03-02 12:11:05 +0100
commit364a3f9845a41f72c399ca1b602a4f96281965af (patch)
tree6de8100af5bb54ebe60a7209caff2a2378c2ce98
parentfc568b552429ce97bcc98aa0b021c4242c558e9e (diff)
downloadfosdem-2018-presentation-364a3f9845a41f72c399ca1b602a4f96281965af.tar
fosdem-2018-presentation-364a3f9845a41f72c399ca1b602a4f96281965af.tar.gz
code format
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index a1a91d0..3edd301 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -4055,7 +4055,7 @@
// focus the document.body to ensure we can use keyboard shortcuts
if( isHidden === false && document.activeElement !== document.body ) {
// Not all elements support .blur() - SVGs among them.
- if (typeof document.activeElement.blur === 'function') {
+ if( typeof document.activeElement.blur === 'function' ) {
document.activeElement.blur();
}
document.body.focus();