1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

Using new setup method.

This commit is contained in:
Steve Heffernan 2010-08-19 15:56:08 -07:00
parent 625a4bcf40
commit 97419c8db7

View File

@ -22,9 +22,7 @@
<script type="text/javascript" charset="utf-8">
// Using JQuery's DOM Ready function
// You can also use window.onload, but it loads slower
$(function(){
VideoJS.setup();
})
VideoJS.setup();
// If not using a JS library
// window.onload = function(){