aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2017-01-19 12:08:28 +0100
committerHakim El Hattab2017-01-19 12:08:28 +0100
commit98de9327a75904dc3637f03805d81047cf649af5 (patch)
tree8ee5ce2194aa33572ebe8c415a6e4bd683fa2631
parent941b86b6c390bf91eeb6b47f12ff8bf830e28b0a (diff)
remove unused argument
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
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 || '';