瀏覽代碼

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
 		if( currentBackground ) {
 
-			startEmbeddedContent( currentBackground, true );
+			startEmbeddedContent( currentBackground );
 
 			var backgroundImageURL = currentBackground.style.backgroundImage || '';