diff -r 7673d645a8e0 -r 14022f1d49ab src/widgets/AnnotationsList.js --- a/src/widgets/AnnotationsList.js Fri May 11 19:22:13 2012 +0200 +++ b/src/widgets/AnnotationsList.js Mon May 14 16:59:07 2012 +0200 @@ -23,7 +23,6 @@ * e.g. http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}} */ foreign_url : "", - cinecast_version : false, annotation_type : false, refresh_interval : 0, limit_count : 10, @@ -50,7 +49,7 @@ + '{{#tags}}' + '{{#.}}' + '
  • ' - + '
    {{.}}
    ' + + '{{.}}' + '
  • ' + '{{/.}}' + '{{/tags}}' @@ -61,12 +60,6 @@ + '' + ''; -IriSP.Widgets.AnnotationsList.prototype.clear = function() { -}; - -IriSP.Widgets.AnnotationsList.prototype.clearWidget = function() { -}; - IriSP.Widgets.AnnotationsList.prototype.onSearch = function(searchString) { this.searchString = typeof searchString !== "undefined" ? searchString : ''; var _n = this.refresh(true);