Skip to content

Commit

Permalink
Merge pull request #47 from GoogleWebComponents/fix-demo
Browse files Browse the repository at this point in the history
videoid -> videoId in the demo
  • Loading branch information
robdodson committed Oct 26, 2015
2 parents 662adb1 + e6fcbc2 commit f23dd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Custom Thumbnail Demo</h3>
this.$.googleYouTube.pause();
},
handleCueVideo: function(ev) {
this.$.googleYouTube.videoid = this.$.videoId.value;
this.$.googleYouTube.videoId = this.$.videoId.value;
}
});

Expand Down

0 comments on commit f23dd95

Please sign in to comment.