Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 1, 2018
1 parent e719443 commit 5d82314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/instant.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function onPlayerReady(event) {
}

function onYouTubeDataAPIReady() {
if (!ytplayer) {
if (typeof ytplayer === 'undefined') {
console.log('ytplayer undefined when data ready')
}
var searchBox = $("#searchBox");
Expand Down

0 comments on commit 5d82314

Please sign in to comment.