This commit is contained in:
Kasper Moskwiak 2015-11-09 09:29:51 +01:00
parent 894c9fe2bd
commit 0409fdb6a7

View file

@ -9,7 +9,7 @@
'use strict'; 'use strict';
var videojs = null; var videojs = null;
if(typeof window.videojs === 'undefined' && typeof require === 'function') { if(typeof window.videojs === 'undefined' && typeof require === 'function') {
videojs = require('videojs'); videojs = require('video.js');
} else { } else {
videojs = window.videojs; videojs = window.videojs;
} }