From 1f17bdd5c483cbaf9f833fff48aa186c4dd97d14 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 18 Jun 2012 15:16:05 -0400 Subject: enable controls by default --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/reveal.js') 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, -- cgit v1.2.3