diff options
author | Hakim El Hattab | 2012-06-18 15:16:05 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-06-18 15:16:15 -0400 |
commit | 1f17bdd5c483cbaf9f833fff48aa186c4dd97d14 (patch) | |
tree | c1b07372d335f904da3caebea476cf4e4968d9cc /js/reveal.js | |
parent | 91b7df3e232af0a4aa23676340f640052aec6911 (diff) |
enable controls by default
Diffstat (limited to 'js/reveal.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 2d9603c..d398942 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -18,7 +18,7 @@ var Reveal = (function(){ // Configurations options, can be overridden at initialization time config = { - controls: false, + controls: true, progress: false, history: false, loop: false, |