--- path to module/avatarcrop/avatarcrop.js	2009-02-09 19:11:32.000000000 +0500
+++ path to module/avatarcrop/avatarcrop.js	2010-01-13 14:09:36.000000000 +0500
@@ -4,7 +4,7 @@ $(document).ready(function(){
 		aspectRatio: cwidth/cheight,
 	
 		onChange: showCoords,
-		onSelect: showCoords,
+		onSelect: showCoords
 		//onChange: showPreview,
 	});
 
@@ -33,4 +33,4 @@ function showPreview(coords)
 		marginTop: '-' + Math.round(ry * coords.y) + 'px'
 	});
 }
-*/
\ No newline at end of file
+*/
