# HG changeset patch # User hamidouk # Date 1322057808 -3600 # Node ID 228b27fd2a7c14c8e0fe54c77ca351233958f175 # Parent 43a1b7d95317c601dbe1b1f0fa5334348d8a2beb removed useless comment. diff -r 43a1b7d95317 -r 228b27fd2a7c src/js/widgets/annotationsWidget.js --- a/src/js/widgets/annotationsWidget.js Wed Nov 23 15:16:28 2011 +0100 +++ b/src/js/widgets/annotationsWidget.js Wed Nov 23 15:16:48 2011 +0100 @@ -26,8 +26,6 @@ this.selector.find(".Ldt-SaTitle").text(endstr); this.selector.find(".Ldt-SaDescription").text(description); - //var startPourcent = parseInt(Math.round((begin*1+(end*1-begin*1)/2) / (duration*1)) / 100); - }; IriSP.AnnotationsWidget.prototype.clearWidget = function() {