Browse Source

format tweak

Hakim El Hattab 11 years ago
parent
commit
eeed287265
2 changed files with 5 additions and 3 deletions
  1. 4 2
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 4 - 2
js/reveal.js

@@ -347,11 +347,13 @@ var Reveal = (function(){
 
 		dom.wrapper.classList.add( config.transition );
 
-		if (dom.controls)
+		if( dom.controls ) {
 			dom.controls.style.display = ( config.controls && dom.controls ) ? 'block' : 'none';
+		}
 
-		if (dom.progress)
+		if( dom.progress ) {
 			dom.progress.style.display = ( config.progress && dom.progress ) ? 'block' : 'none';
+		}
 
 		if( config.rtl ) {
 			dom.wrapper.classList.add( 'rtl' );

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