Add sinon
Pull in fake XHR and timers in preparation for loading the HLS code into the switcher page.
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -78,7 +78,13 @@ | ... | @@ -78,7 +78,13 @@ |
78 | <h3>videojs-contrib-hls</h3> | 78 | <h3>videojs-contrib-hls</h3> |
79 | </footer> | 79 | </footer> |
80 | </div> | 80 | </div> |
81 | <script src="../../node_modules/sinon/lib/sinon.js"></script> | ||
82 | <script src="../../node_modules/sinon/lib/sinon/util/event.js"></script> | ||
83 | <script src="../../node_modules/sinon/lib/sinon/util/fake_xml_http_request.js"></script> | ||
84 | <script src="../../node_modules/sinon/lib/sinon/util/xhr_ie.js"></script> | ||
85 | <script src="../../node_modules/sinon/lib/sinon/util/fake_timers.js"></script> | ||
81 | <script src=js/vendor/d3.min.js></script> | 86 | <script src=js/vendor/d3.min.js></script> |
87 | |||
82 | <script src=js/switcher.js></script> | 88 | <script src=js/switcher.js></script> |
83 | </body> | 89 | </body> |
84 | </html> | 90 | </html> | ... | ... |
-
Please register or sign in to post a comment