1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-02-22 07:52:28 +01:00

remove unused argument

This commit is contained in:
Hakim El Hattab 2017-01-19 12:08:28 +01:00
parent 941b86b6c3
commit 98de9327a7

View File

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