;(function($,_,undefined){"use strict";ips.controller.register('twitchintegration.front.widgets.widgetplayer',{initialize:function(){this.on('click','[data-action="twitchPlay"]',this.play);},play:function(e){e.preventDefault();ips.loader.get(['http://player.twitch.tv/js/embed/v1.js']).then(function(){var streamer=$(e.currentTarget).data('streamer');var options={width:"100%",height:720,channel:streamer,layout:"video-with-chat",};window.twitchPlayer=new Twitch.Player("twitch-embed",options);});var streamplayer=ips.ui.dialog.create({content:'#twitch-player',title:'Twitch Stream',size:'fullscreen',});var playerid=streamplayer.dialogID;streamplayer.show();$(document).on('hideDialog',function(event,data){$('#twitch-embed').empty();})},});}(jQuery,_));;