diff -r 4ae02249c3ac -r 9f6c136ddc03 src/js/widgets/annotationsWidget.js --- a/src/js/widgets/annotationsWidget.js Mon Feb 13 15:32:51 2012 +0100 +++ b/src/js/widgets/annotationsWidget.js Mon Feb 13 17:36:06 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"];