<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,7 +84,7 @@
 		if (startPoint) {
 			this.points.push(startPoint);
 		}
-	}
+	};
 	
 	jQswipe.PointCollection.prototype = {
 		start: function() {
@@ -103,10 +103,10 @@
 			var length = this.points.length;
 			
 			if (length &lt; 1) {
-				return
+				return;
 			}
 			
-			index = ((Math.floor(Math.abs(index / length)) +1) * length + index) % length
+			index = ((Math.floor(Math.abs(index / length)) +1) * length + index) % length;
 			return this.points[index];
 		},
 		
@@ -252,7 +252,7 @@
 				return;
 			}
 			
-			newPoint = $.jQswipe.Point.fromTouch(touches[0])
+			newPoint = $.jQswipe.Point.fromTouch(touches[0]);
 			points.push(newPoint);
 			if (this.validate(elem, points)) {
 				points.compress();
@@ -305,7 +305,7 @@
 		 * Accessors
 		 */
 		points: function(elem, points) {
-			return this.data(elem, 'points', points)
+			return this.data(elem, 'points', points);
 		},
 	
 		cancelled: function(elem, cancelled) {</diff>
      <filename>jqswipe.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7bcf1984fd4c797429a6e5eeef5eae4dcdd4afec</id>
    </parent>
  </parents>
  <author>
    <name>Damien Lebrun</name>
    <email>dinoboff@hotmail.com</email>
  </author>
  <url>http://github.com/dinoboff/jQswipe/commit/67c67be917a6c6731584165cec32049c125ba23f</url>
  <id>67c67be917a6c6731584165cec32049c125ba23f</id>
  <committed-date>2009-10-26T04:39:43-07:00</committed-date>
  <authored-date>2009-10-26T04:39:43-07:00</authored-date>
  <message>add mising semi-colons</message>
  <tree>9df933bde6812c111da65bbf4cb9c13f9f49f711</tree>
  <committer>
    <name>Damien Lebrun</name>
    <email>dinoboff@hotmail.com</email>
  </committer>
</commit>
