Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Nov 3, 2017
1 parent 15bfd41 commit 41162df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/adapt-youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ define([

onYouTubeIframeAPIReady: function() {
//console.info('onYouTubeIframeAPIReady');
this.player = new YT.Player(this.$('iframe').get(0), {
this.player = new YT.Player(this.$('iframe').get(0), {
events: {
'onStateChange': this.onPlayerStateChange,
'onReady': this.onPlayerReady
Expand Down

0 comments on commit 41162df

Please sign in to comment.