From 98de9327a75904dc3637f03805d81047cf649af5 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 19 Jan 2017 12:08:28 +0100 Subject: [PATCH] remove unused argument --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/reveal.js b/js/reveal.js index a59916f..3e4be56 100644 --- a/js/reveal.js +++ b/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 || '';