fix search & replace error

This commit is contained in:
Hakim El Hattab 2014-05-30 08:12:57 +02:00
parent 9c96a56e33
commit 6d1a66c2bc
1 changed files with 1 additions and 1 deletions

View File

@ -2364,7 +2364,7 @@
}
// Videos
else if ( backgroundVideo ) {
var video = dom.wrapper.createElement( 'video' );
var video = document.createElement( 'video' );
// Support comma separated lists of video sources
backgroundVideo.split( ',' ).forEach( function( source ) {