1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

Merge pull request #249 from Menda/patch-1

Update docs/tech.md
This commit is contained in:
Steve Heffernan 2012-12-11 16:01:40 -08:00
commit 21d2b2086f

View File

@ -42,7 +42,7 @@ Adding Playback Technology
When adding additional Tech to a video player, make sure to add the supported tech to the video object.
### Tag Method: ###
<video data-setup='{"techOrder", "html5", "flash", [other supported tech]}'
<video data-setup='{"techOrder": ["html5", "flash", [other supported tech]]}'
### Object Method: ###
_V_("videoID", {