little clean modif. popcorn-port
authorcavaliet
Mon, 13 Feb 2012 12:49:02 +0100
branchpopcorn-port
changeset 798 56fd575cb447
parent 797 8407313c144f
child 807 9f6c136ddc03
little clean modif.
sbin/build/client.xml
src/js/widgets/annotationsWidget.js
--- a/sbin/build/client.xml	Mon Feb 13 11:44:50 2012 +0100
+++ b/sbin/build/client.xml	Mon Feb 13 12:49:02 2012 +0100
@@ -59,7 +59,7 @@
     	<filelist dir="../../build" files="compiled_templates.js" />
       
       <!-- core files -->
-    	<filelist dir="../../src/js" files="utils.js pop.js data.js site.js ui.js widgets.js modules.js layout.js init.js" />
+    	<filelist dir="../../src/js" files="utils.js pop.js data.js site.js widgets.js modules.js layout.js init.js" />
 
       <!-- players -->
 			<fileset dir="../../src/js/players" casesensitive="yes">
--- a/src/js/widgets/annotationsWidget.js	Mon Feb 13 11:44:50 2012 +0100
+++ b/src/js/widgets/annotationsWidget.js	Mon Feb 13 12:49:02 2012 +0100
@@ -16,7 +16,7 @@
 IriSP.AnnotationsWidget.prototype.displayAnnotation = function(annotation) {       
     var title = annotation.content.title;
     var description = annotation.content.description;
-    var keywords =  "" // FIXME;
+    var keywords =  "";
     var begin = +annotation.begin / 1000;
     var end = +annotation.end / 1000;
     var duration = +this._serializer.currentMedia().meta["dc:duration"];