remove unused argument

This commit is contained in:
Hakim El Hattab 2017-01-19 12:08:28 +01:00
parent 941b86b6c3
commit 98de9327a7
1 changed files with 1 additions and 1 deletions

View File

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