test/integration/index-radio.htm
branchpopcorn-port
changeset 106 d9f1a193df16
parent 94 457ab20a99a9
child 181 765eaf72d547
--- a/test/integration/index-radio.htm	Thu Oct 20 15:52:18 2011 +0200
+++ b/test/integration/index-radio.htm	Thu Oct 20 15:52:51 2011 +0200
@@ -51,8 +51,8 @@
 		ser2 = new IriSP.JSONSerializer(dt, "../test.json");
 		var player = new IriSP.PlayerWidget(pop, config, ser);
 		var annotationWidget = new IriSP.AnnotationsWidget(pop, config, ser);
-		
-		ser.sync(function() { player.draw();  annotationWidget.draw(); });
+		var segmentsWidget = new IriSP.SegmentsWidget(pop, config, ser);
+		ser.sync(function() { player.draw();  annotationWidget.draw(); segmentsWidget.draw();});
 		});
 	</script>