1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test
David LaPalomento c69290c39f Don't use minifiable player methods in fullscreenToggle
Use string literals to lookup fullscreen-related methods on the player object in the fullscreenToggle component. Otherwise, closure compiler replaces them with minified method names and makes it impossible to supply a simpler "player" object with customized fullscreen logic for the fullscreenToggle to interact with.
2013-11-26 18:46:08 -05:00
..
qunit First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
unit Don't use minifiable player methods in fullscreenToggle 2013-11-26 18:46:08 -05:00
index.html Close GH-605: added RTMP support. fixes #559. 2013-08-23 15:05:04 -07:00
karma-qunit-shim.js Close GH-714: Added support for running tests with Karma. 2013-09-19 09:24:06 -07:00
karma.conf.js.example Close GH-714: Added support for running tests with Karma. 2013-09-19 09:24:06 -07:00
minified-api.html Close GH-644: LESS for CSS. 2013-07-19 20:18:39 -07:00
minified.html Close GH-644: LESS for CSS. 2013-07-19 20:18:39 -07:00