src/js/widgets/annotationsWidget.js
branchpopcorn-port
changeset 798 56fd575cb447
parent 782 144e215dd324
child 820 7968346b9689
--- 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"];