mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
Using new setup method.
This commit is contained in:
parent
625a4bcf40
commit
97419c8db7
@ -22,9 +22,7 @@
|
|||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
// Using JQuery's DOM Ready function
|
// Using JQuery's DOM Ready function
|
||||||
// You can also use window.onload, but it loads slower
|
// You can also use window.onload, but it loads slower
|
||||||
$(function(){
|
|
||||||
VideoJS.setup();
|
VideoJS.setup();
|
||||||
})
|
|
||||||
|
|
||||||
// If not using a JS library
|
// If not using a JS library
|
||||||
// window.onload = function(){
|
// window.onload = function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user