Browse Source

remove unused argument

Hakim El Hattab 8 năm trước cách đây
mục cha
commit
98de9327a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 || '';