--- a/test/integration/jwplayer-video.htm Mon Jan 30 16:23:55 2012 +0100
+++ b/test/integration/jwplayer-video.htm Mon Jan 30 16:24:15 2012 +0100
@@ -52,11 +52,7 @@
duration: 50}
};
- IriSP.loadLibs(IriSP.lib, config, "../test.json", function() {
- var layoutManager = new IriSP.LayoutManager(config.gui.container);
- var pop = IriSP.configurePopcorn(layoutManager, config.player);
-
- var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); });
+ IriSP.initPlayer(config, "../test.json");
</script>