# HG changeset patch # User hamidouk # Date 1319013544 -7200 # Node ID 457ab20a99a9f81824da0d4fcfad03f46dcf36f0 # Parent 8c066a79a14f3e55975840aff12af7204a43b38f cleaned up integration testing file. diff -r 8c066a79a14f -r 457ab20a99a9 test/integration/index-radio.htm --- a/test/integration/index-radio.htm Wed Oct 19 10:38:13 2011 +0200 +++ b/test/integration/index-radio.htm Wed Oct 19 10:39:04 2011 +0200 @@ -53,10 +53,6 @@ var annotationWidget = new IriSP.AnnotationsWidget(pop, config, ser); ser.sync(function() { player.draw(); annotationWidget.draw(); }); - /* - var annotationBar = new IriSP.AnnotationWidget(pop, config, ser); - ser.sync(IriSP.wrap(annotationBar, draw)); - */ });