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:
parent
ecb7fb6b3e
commit
3e555d77ea
@ -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'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user