Skip to content

Instantly share code, notes, and snippets.

@BorePlusPlus
Last active December 18, 2015 14:19
Show Gist options
  • Save BorePlusPlus/5796585 to your computer and use it in GitHub Desktop.
Save BorePlusPlus/5796585 to your computer and use it in GitHub Desktop.
Brightcove plugin test
(function() {
console.log('*** HERE WE GO ***');
function onPlayerReady() {
alert('Done');
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment