mirror of
https://github.com/videojs/video.js.git
synced 2025-07-03 00:57:02 +02:00
Close GH-887: Fix to reuse HTML5 tech (2). Fixes #884
This commit is contained in:
committed by
Steve Heffernan
parent
7b23576afc
commit
6b73df950e
@ -22,6 +22,7 @@ vjs.Html5 = vjs.MediaTechController.extend({
|
||||
this.features['fullscreenResize'] = true;
|
||||
|
||||
vjs.MediaTechController.call(this, player, options, ready);
|
||||
this.setupTriggers();
|
||||
|
||||
var source = options['source'];
|
||||
|
||||
@ -54,7 +55,6 @@ vjs.Html5 = vjs.MediaTechController.extend({
|
||||
}
|
||||
});
|
||||
|
||||
this.setupTriggers();
|
||||
this.triggerReady();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user