additional config valeus in readme, remove duplicate value, fix commas
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 22 Oct 2013 12:40:22 +0000 (08:40 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 22 Oct 2013 12:40:22 +0000 (08:40 -0400)
README.md
js/reveal.min.js

index c5e13caf5a4174e569178b63e96b5db380f348ba..a6d72344e472f1229e22c417a59212a116b9190b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -126,16 +126,13 @@ Reveal.initialize({
        backgroundTransition: 'default', // default/linear/none
 
        // Number of slides away from the current that are visible
-       viewDistance: 3
+       viewDistance: 3,
 
        // Parallax background image
        parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
 
        // Parallax background size
-       parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px"
-
-       // Number of slides away from the current that are visible
-       viewDistance: 3,
+       parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px"
 
 
 });
index 5f7e8552d672dec8d7806db8177f08ccf5df7f9b..32cb41a8bc1f08a84140949fc9a41c6d13304706 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * reveal.js 2.6.0-dev (2013-10-19, 09:34)
+ * reveal.js 2.6.0-dev (2013-10-22, 08:39)
  * http://lab.hakim.se/reveal-js
  * MIT licensed
  *