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:
commit
229f5028e1
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user