forgot debug printf. popcorn-port
authorhamidouk
Fri, 27 Jan 2012 17:27:13 +0100
branchpopcorn-port
changeset 740 3b60f3beb521
parent 739 d28b9acfc445
child 741 9925bc81b8a8
forgot debug printf.
src/js/widgets/sliderWidget.js
--- a/src/js/widgets/sliderWidget.js	Fri Jan 27 17:10:33 2012 +0100
+++ b/src/js/widgets/sliderWidget.js	Fri Jan 27 17:27:13 2012 +0100
@@ -74,9 +74,8 @@
   if (rightEdgePos >= divWidth)
     newPos = divWidth - 1 * correction - 1;
   
-  console.log(newPos);
-	this.sliderForeground.css("width", pixels + "px");
-	this.positionMarker.css("left", newPos + "px");
+  this.sliderForeground.css("width", pixels + "px");
+  this.positionMarker.css("left", newPos + "px");
 
 };