Browse Source

default config value for theme is null

Hakim El Hattab 12 years ago
parent
commit
c34be2e976
2 changed files with 3 additions and 3 deletions
  1. 2 2
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 2 - 2
js/reveal.js

@@ -1,5 +1,5 @@
 /*!
- * reveal.js 2.1 r29
+ * reveal.js 2.1 r30
  * http://lab.hakim.se/reveal-js
  * MIT licensed
  * 
@@ -43,7 +43,7 @@ var Reveal = (function(){
 			rollingLinks: true,
 
 			// Transition style (see /css/theme)
-			theme: 'default', 
+			theme: null, 
 
 			// Transition style
 			transition: 'default', // default/cube/page/concave/linear(2d),

File diff suppressed because it is too large
+ 1 - 1
js/reveal.min.js


Some files were not shown because too many files changed in this diff