1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

Fixed a change that got lost in the merge

This commit is contained in:
Steve Heffernan 2014-07-28 17:10:52 -07:00
parent 781b4e59f5
commit 0ddc344e76

View File

@ -103,7 +103,7 @@ vjs.Flash = vjs.MediaTechController.extend({
// use stageclick events triggered from inside the SWF instead // use stageclick events triggered from inside the SWF instead
player.on('stageclick', player.reportUserActivity); player.on('stageclick', player.reportUserActivity);
vjs.Flash.embed(options['swf'], placeHolder, flashVars, params, attributes); this.el_ = vjs.Flash.embed(options['swf'], placeHolder, flashVars, params, attributes);
} }
}); });