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';
var videojs = null;
if(typeof window.videojs === 'undefined' && typeof require === 'function') {
videojs = require('videojs');
videojs = require('video.js');
} else {
videojs = window.videojs;
}