1
0
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:
Steve Heffernan 2014-02-10 17:30:41 -08:00
commit e73bb869ce

View File

@ -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>
```