Merge pull request #3122 from UltCombo/help-video-fullscreen

Allow embedded help videos to go fullscreen
This commit is contained in:
Nick Winter 2015-10-19 12:40:28 -07:00
commit 2539814687

View file

@ -122,6 +122,7 @@ module.exports = class LevelGuideView extends CocoView
tag.height = @helpVideoHeight
tag.width = @helpVideoWidth
tag.frameborder = '0'
tag.allowFullscreen = true
@$el.find('#help-video-player').replaceWith(tag)
@onMessageReceived = (e) =>