indent cleanup popcorn-port
authorhamidouk
Tue, 18 Oct 2011 15:40:46 +0200
branchpopcorn-port
changeset 90 1ea53c071ebe
parent 89 e22e6a28a8ff
child 91 a66b10b06c01
indent cleanup
src/js/LdtPlayer.js
--- a/src/js/LdtPlayer.js	Tue Oct 18 15:40:29 2011 +0200
+++ b/src/js/LdtPlayer.js	Tue Oct 18 15:40:46 2011 +0200
@@ -603,7 +603,7 @@
 					IriSP.jQuery("#Ldt-SaKeywordText").html("Mots clefs : "+annotationTempo.htmlTags);
 					
 					//__IriSP.jQuery('#Ldt-ShowAnnotation').slideDown();
-					var startPourcent 	= annotationTempo.timeToPourcent((annotationTempo.begin*1+(annotationTempo.end*1-annotationTempo.begin*1)/2),annotationTempo.duration*1); 
+					var startPourcent = annotationTempo.timeToPourcent((annotationTempo.begin*1+(annotationTempo.end*1-annotationTempo.begin*1)/2),annotationTempo.duration*1); 
 					IriSP.jQuery("#Ldt-Show-Arrow").animate({left:startPourcent+'%'},1000);
 					IriSP.jQuery("#"+annotationTempo.id).animate({alpha:'100%'},1000);
 					//alert(startPourcent);