changed file to follow function changes. popcorn-port
authorhamidouk
Mon, 24 Oct 2011 17:27:35 +0200
branchpopcorn-port
changeset 133 7831e0af6316
parent 132 e56122a14240
child 134 ac70d6993337
changed file to follow function changes.
test/integration/layout-radio.htm
--- a/test/integration/layout-radio.htm	Mon Oct 24 17:27:13 2011 +0200
+++ b/test/integration/layout-radio.htm	Mon Oct 24 17:27:35 2011 +0200
@@ -54,13 +54,13 @@
 		lay.setPopcornInstance(pop);
 		
 		config.gui.container = lay.createDiv();
-		var player = new IriSP.PlayerWidget(pop, config, ser);
+		var player = new IriSP.PlayerWidget(pop, config.gui, ser);
 		
 		config.gui.container = lay.createDiv();
-		var annotationWidget = new IriSP.AnnotationsWidget(pop, config, ser);
+		var annotationWidget = new IriSP.AnnotationsWidget(pop, config.gui, ser);
 		
 		config.gui.container = lay.createDiv();
-		var segmentsWidget = new IriSP.SegmentsWidget(pop, config, ser);
+		var segmentsWidget = new IriSP.SegmentsWidget(pop, config.gui, ser);
 		ser.sync(function() { player.draw();  annotationWidget.draw(); segmentsWidget.draw();});
 		});
 	</script>