src/js/widgets/segmentsWidget.js
branchpopcorn-port
changeset 157 73bce42a3ed3
parent 154 6e115a094858
child 164 d335ee5533c5
--- a/src/js/widgets/segmentsWidget.js	Wed Oct 26 17:21:35 2011 +0200
+++ b/src/js/widgets/segmentsWidget.js	Thu Oct 27 11:22:49 2011 +0200
@@ -102,10 +102,10 @@
   for (var id in matches) {
     var factor = matches[id] * 8;
     IriSP.jQuery("#"+id).dequeue();
-    IriSP.jQuery("#"+id).animate({height: factor},200);
+    IriSP.jQuery("#"+id).animate({height: factor}, 200);
     IriSP.jQuery("#"+id).css('border','2px');
     IriSP.jQuery("#"+id).css('border-color','red');
-    IriSP.jQuery("#"+id).animate({opacity:0.6},200);
+    IriSP.jQuery("#"+id).animate({opacity:0.6}, 200);
 
     //IriSP.jQuery("#LdtSearchInput").css('background-color','#e1ffe1');
   }