cleaned up integration testing file. popcorn-port
authorhamidouk
Wed, 19 Oct 2011 10:39:04 +0200
branchpopcorn-port
changeset 94 457ab20a99a9
parent 93 8c066a79a14f
child 95 da3ab0bfadf3
cleaned up integration testing file.
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));
-		*/
 		});
 	</script>