1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-29 02:57:21 +02:00

- combine_sources.sh last line didn't execute some character in the previous one removed

- re-generated video.js on the main
This commit is contained in:
Gamaliel A. Toro Herrera 2011-10-03 22:56:12 +02:00
parent c4f87649e4
commit e703e1591e
2 changed files with 7 additions and 1 deletions

View File

@ -35,4 +35,4 @@ cat ../src/controls/subtitlesBox.js >> ../dist/video.js
cat ../src/autoload.js >> ../dist/video.js
cat ../src/_end.js >> ../dist/video.js
cat ../src/_end.js >> ../dist/video.js

View File

@ -3276,3 +3276,9 @@ _V_.loadPlayerTimeout = function(wait){
setTimeout(_V_.loadPlayers, wait);
};
_V_.loadPlayerTimeout(1); // Let vjs javascript finish executing
// Expose to global
window.VideoJS = window._V_ = VideoJS;
// End self-executing function
})(window);