diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-02-01 10:16:32 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-02-01 10:16:32 +0100 |
commit | 7867b77833b8502fa59267e9b5cc42994fb91776 (patch) | |
tree | b3130de42e5fbd675bb83dec95e1ce8be0a7653c | |
parent | ce53e63b5b725243f1745971f632d4b46763a344 (diff) | |
download | perl-software-in-gnu-guix-7867b77833b8502fa59267e9b5cc42994fb91776.tar perl-software-in-gnu-guix-7867b77833b8502fa59267e9b5cc42994fb91776.tar.gz |
indentation fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -939,7 +939,7 @@ Reveal.configure({ slideNumber: 'c/t' }); // You can provide a function to fully customize the number: Reveal.configure({ slideNumber: function() { - // Ignore numbering of vertical slides + // Ignore numbering of vertical slides return [ Reveal.getIndices().h ]; }}); |