From 8c22dab6fde9c159561d56f7b3b168c92a1bdd75 Mon Sep 17 00:00:00 2001 From: Niels Groot Obbink Date: Wed, 29 Aug 2012 15:53:50 +0200 Subject: [PATCH] embed code for inclusion in magical http connector... or something. --- src/embed.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/embed.js b/src/embed.js index bf6eff58..0b8f128c 100644 --- a/src/embed.js +++ b/src/embed.js @@ -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'; } } + + +}