removed useless comment. popcorn-port
authorhamidouk
Wed, 23 Nov 2011 15:16:48 +0100
branchpopcorn-port
changeset 312 228b27fd2a7c
parent 311 43a1b7d95317
child 313 7df805ebb75e
removed useless comment.
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() {