diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-19 12:08:28 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-19 12:08:28 +0100 |
commit | 98de9327a75904dc3637f03805d81047cf649af5 (patch) | |
tree | 8ee5ce2194aa33572ebe8c415a6e4bd683fa2631 /js | |
parent | 941b86b6c390bf91eeb6b47f12ff8bf830e28b0a (diff) | |
download | perl-software-in-gnu-guix-98de9327a75904dc3637f03805d81047cf649af5.tar perl-software-in-gnu-guix-98de9327a75904dc3637f03805d81047cf649af5.tar.gz |
remove unused argument
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
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 || ''; |