aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--js/reveal.js2
-rw-r--r--js/reveal.min.js2
3 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00316e6..197fb06 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,9 @@ Reveal.initialize({
// Loop the presentation
loop: false,
+ // Change the presentation direction to be RTL
+ rtl: false,
+
// Number of milliseconds between automatically proceeding to the
// next slide, disabled when set to 0, this value can be overwritten
// by using a data-autoslide attribute on your slides
diff --git a/js/reveal.js b/js/reveal.js
index 34f6bf4..70e2539 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -36,7 +36,7 @@ var Reveal = (function(){
// Loop the presentation
loop: false,
- // Experimental support for RTL
+ // Change the presentation direction to be RTL
rtl: false,
// Number of milliseconds between automatically proceeding to the
diff --git a/js/reveal.min.js b/js/reveal.min.js
index 70061cc..0b81b8f 100644
--- a/js/reveal.min.js
+++ b/js/reveal.min.js
@@ -1,5 +1,5 @@
/*!
- * reveal.js 2.2 (2012-11-25, 09:42)
+ * reveal.js 2.2 (2012-11-27, 08:44)
* http://lab.hakim.se/reveal-js
* MIT licensed
*