diff options
author | Hakim El Hattab | 2016-01-04 09:31:46 +0100 |
---|---|---|
committer | Hakim El Hattab | 2016-01-04 09:31:46 +0100 |
commit | fcb4b05de7523df3f42c4172742f396bf697734a (patch) | |
tree | 432524ec195938fa8e6edbe4f3970ab629c74edc /js | |
parent | 91c6db71ca4de1878f1132f135a46d729e1b6960 (diff) | |
parent | e448cf8cd1ce45b153e88d8496bad613671e724b (diff) |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
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 e25337e..398da41 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2015 Hakim El Hattab, http://hakim.se + * Copyright (C) 2016 Hakim El Hattab, http://hakim.se */ (function( root, factory ) { if( typeof define === 'function' && define.amd ) { |