diff -r 49c7eec0955d -r 63501d879bce test/integration/index.htm --- a/test/integration/index.htm Tue Nov 08 10:53:21 2011 +0100 +++ b/test/integration/index.htm Tue Nov 08 14:11:39 2011 +0100 @@ -23,52 +23,36 @@ - - + IriSP.loadLibs(IriSP.lib, config.gui.css, function() { + var layoutManager = new IriSP.LayoutManager(config.gui.container); + var pop = IriSP.configurePopcorn(layoutManager, config.player); + + var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); }); - - - - - - - Your user agent does not support the HTML5 Video element. - - + }); + +
Your user agent does not support the HTML5 Video element.