diff options
author | craigsdennis <craig@teamtreehouse.com> | 2018-03-16 22:41:16 -0700 |
---|---|---|
committer | craigsdennis <craig@teamtreehouse.com> | 2018-03-16 22:41:16 -0700 |
commit | 8ff5fe4986a8f83a660c0f28a14e3542d986c884 (patch) | |
tree | fd1e13ded20628daae9693b809987f93652067e5 /js | |
parent | f76b4fda93a8d8770390d4e89b68f8ac27e32dc9 (diff) | |
download | perl-software-in-gnu-guix-8ff5fe4986a8f83a660c0f28a14e3542d986c884.tar perl-software-in-gnu-guix-8ff5fe4986a8f83a660c0f28a14e3542d986c884.tar.gz |
Updates copyright to 2018
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 dcd09c7..e246db7 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3,7 +3,7 @@ * http://revealjs.com * MIT licensed * - * Copyright (C) 2017 Hakim El Hattab, http://hakim.se + * Copyright (C) 2018 Hakim El Hattab, http://hakim.se */ (function( root, factory ) { if( typeof define === 'function' && define.amd ) { @@ -300,7 +300,7 @@ 'F': 'Fullscreen', 'ESC, O': 'Slide overview' }, - + // Holds custom key code mappings registeredKeyBindings = {}; |