Browse Source

update code style to match after merge

Hakim El Hattab 11 years ago
parent
commit
aa9e298f3d
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

@@ -1231,7 +1231,7 @@ var Reveal = (function(){
 		}
 
 		// Dispatch an event if the slide changed
-		var slideChanged = (indexh !== indexhBefore || indexv !== indexvBefore);
+		var slideChanged = ( indexh !== indexhBefore || indexv !== indexvBefore );
 		if( slideChanged ) {
 			dispatchEvent( 'slidechanged', {
 				'indexh': indexh,
@@ -1269,7 +1269,7 @@ var Reveal = (function(){
 		}
 
 		// Handle embedded content
-		if (slideChanged) {
+		if( slideChanged ) {
 			stopEmbeddedContent( previousSlide );
 			startEmbeddedContent( currentSlide );
 		}

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