update the examples to include the arrowWidget. popcorn-port
authorhamidouk
Tue, 22 Nov 2011 17:25:28 +0100
branchpopcorn-port
changeset 302 c057e5134fa2
parent 301 ab597ca3da64
child 303 cb091d204ba9
update the examples to include the arrowWidget.
test/integration/polemic-youtube.htm
test/integration/polemic.htm
--- a/test/integration/polemic-youtube.htm	Tue Nov 22 17:23:14 2011 +0100
+++ b/test/integration/polemic-youtube.htm	Tue Nov 22 17:25:28 2011 +0100
@@ -66,6 +66,18 @@
 						  src:'polemic_fr.json',
 						  type:'json'}
 						},
+            {type: "SegmentsWidget",
+             metadata:{
+              format:'cinelab',
+              src:'polemic_fr.json',
+              type:'json'}
+            },
+            {type: "ArrowWidget",
+             metadata:{
+              format:'cinelab',
+              src:'polemic_fr.json',
+              type:'json'}
+            },
             {type: "AnnotationsWidget",
 						 metadata:{
 						  format:'cinelab',
@@ -102,4 +114,4 @@
 	
  </body>
  <div id="PopcornContainer"></div>
- </html>
\ No newline at end of file
+ </html>
--- a/test/integration/polemic.htm	Tue Nov 22 17:23:14 2011 +0100
+++ b/test/integration/polemic.htm	Tue Nov 22 17:25:28 2011 +0100
@@ -66,6 +66,19 @@
               src:'polemic_fr.json',
               type:'json'}
             },
+            {type: "SegmentsWidget",
+             metadata:{
+              format:'cinelab',
+              src:'polemic_fr.json',
+              type:'json'}
+            },
+            {type: "ArrowWidget",
+             metadata:{
+              format:'cinelab',
+              src:'polemic_fr.json',
+              type:'json'}
+            },
+
             {type: "AnnotationsWidget",
 						 metadata:{
 						  format:'cinelab',
@@ -108,4 +121,4 @@
   
  </body>
  <div id="PopcornContainer"></div>
- </html>
\ No newline at end of file
+ </html>