mirror of
https://github.com/videojs/video.js.git
synced 2024-11-26 08:51:09 +02:00
Merge pull request #1005 from uniphil/patch-1
Create 'track' element in the HTML5 shiv sample
This commit is contained in:
commit
e73bb869ce
@ -14,7 +14,7 @@ You can download the Video.js source and host it on your own servers, or use the
|
||||
|
||||
> ```html
|
||||
<script type="text/javascript">
|
||||
document.createElement('video');document.createElement('audio');
|
||||
document.createElement('video');document.createElement('audio');document.createElement('track');
|
||||
</script>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user