We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38127ad commit faa1252Copy full SHA for faa1252
platform/pure.femto/video.js
@@ -1,7 +1,7 @@
1
exports.createPlayer = function(ui) {
2
log('video.createPlayer')
3
4
- var player = new fd.VideoPlayer()
+ var player = new fd.VideoPlayer(ui.element)
5
var context = ui._context
6
7
var resetState = function() {
0 commit comments