1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00

Changed V to vjs

This commit is contained in:
Aleksandr Sandrovskiy 2013-02-08 00:36:54 +03:00
parent ecb7fb6b3e
commit 3e555d77ea

View File

@ -67,7 +67,7 @@ vjs.Html5.prototype.createEl = function(){
player.el().removeChild(el);
el = el.cloneNode(false);
} else {
el = _V_.createElement('video', {
el = vjs.createElement('video', {
id:player.id() + '_html5_api',
className:'vjs-tech'
});