code format

This commit is contained in:
Hakim El Hattab 2015-02-25 15:52:10 +01:00
parent a245a87e38
commit 53b9dbc654
1 changed files with 3 additions and 2 deletions

View File

@ -2766,6 +2766,7 @@
// Videos
else if ( backgroundVideo && !isSpeakerNotes() ) {
var video = document.createElement( 'video' );
if( backgroundVideoLoop ) {
video.setAttribute( 'loop', '' );
}