Browse Source

remove unused argument

Hakim El Hattab 8 years ago
parent
commit
98de9327a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -2884,7 +2884,7 @@
 		// Start content in the current background
 		if( currentBackground ) {
 
-			startEmbeddedContent( currentBackground, true );
+			startEmbeddedContent( currentBackground );
 
 			var backgroundImageURL = currentBackground.style.backgroundImage || '';