1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-13 10:32:26 +02:00

Update docs/tech.md

JSON syntax was bad and Chrome was throwing errors. Now it works properly.
This commit is contained in:
Rafa Muñoz Cárdenas 2012-11-21 11:31:15 +01:00
parent b4b4d55767
commit 409b1936c9

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", {