fix search & replace error
This commit is contained in:
parent
9c96a56e33
commit
6d1a66c2bc
1 changed files with 1 additions and 1 deletions
|
@ -2364,7 +2364,7 @@
|
||||||
}
|
}
|
||||||
// Videos
|
// Videos
|
||||||
else if ( backgroundVideo ) {
|
else if ( backgroundVideo ) {
|
||||||
var video = dom.wrapper.createElement( 'video' );
|
var video = document.createElement( 'video' );
|
||||||
|
|
||||||
// Support comma separated lists of video sources
|
// Support comma separated lists of video sources
|
||||||
backgroundVideo.split( ',' ).forEach( function( source ) {
|
backgroundVideo.split( ',' ).forEach( function( source ) {
|
||||||
|
|
Loading…
Reference in a new issue