# HG changeset patch # User hamidouk # Date 1319470055 -7200 # Node ID 7831e0af6316c82e68822c3fcd144179945eab2c # Parent e56122a1424031e9d5c1c5994743632220ee62bb changed file to follow function changes. diff -r e56122a14240 -r 7831e0af6316 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();}); });