1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-17 10:46:00 +02:00

Merge pull request #456 from gkatsev/feature/issue448

Add videojs to window directly. Fix #448
This commit is contained in:
Steve Heffernan 2013-04-22 11:24:05 -07:00
commit 229f5028e1

View File

@ -52,6 +52,7 @@ var vjs = function(id, options, ready){
// Extended name, also available externally, window.videojs
var videojs = vjs;
window.videojs = window.vjs = vjs;
// CDN Version. Used to target right flash swf.
vjs.CDN_VERSION = 'GENERATED_CDN_VSN';