embed code for inclusion in magical http connector... or something.

This commit is contained in:
Niels Groot Obbink 2012-08-29 15:53:50 +02:00
parent 2e5ae34547
commit 8c22dab6fd

View file

@ -1,3 +1,5 @@
function(video)
{
// add stuff to mistvideo object, if it doesn't exist yet
if(!mistvideo.hasSupport || !mistvideo.buildPlayer)
{
@ -108,3 +110,6 @@ if(video.error)
container.innerHTML = 'fallback here';
}
}
}