浏览代码

remove unused argument

Hakim El Hattab 8 年之前
父节点
当前提交
98de9327a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

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