diff --git a/demo.html b/demo.html index 5e88084ab..3fbb2f2d7 100644 --- a/demo.html +++ b/demo.html @@ -14,24 +14,24 @@ // $(function(){ // VideoJS.setup(); // }) - + // If using Prototype // document.observe("dom:loaded", function() { // VideoJS.setup(); // }); - + // If not using a JS library window.onload = function(){ VideoJS.setup(); } - +
- +