diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-01-05 09:40:53 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-01-05 09:40:53 +0100 |
commit | 9c3a7b49d0c9f39d6f65b9af4a90a5c3ff782343 (patch) | |
tree | 3c6343762b55115d1b3a760e03b559af755bf630 /js | |
parent | 5bdbc2dc7b4c957f6df6540bdccc29e00c2e49a3 (diff) | |
download | perl-software-in-gnu-guix-9c3a7b49d0c9f39d6f65b9af4a90a5c3ff782343.tar perl-software-in-gnu-guix-9c3a7b49d0c9f39d6f65b9af4a90a5c3ff782343.tar.gz |
(c) 2015
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index 224ce99..4f44c5f 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2014 Hakim El Hattab, http://hakim.se + * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ (function( root, factory ) { if( typeof define === 'function' && define.amd ) { |