<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -275,10 +275,9 @@
 		 }, 
 		
 		getTouches: function(event) {
-			var warn = window.console &amp;&amp; window.console.warn || function () {},
-				touches = event &amp;&amp; event.targetTouches;
-			if (touches === undefined) {
-				warn('No event.targetTouches');
+			var touches = window.event &amp;&amp; window.event.targetTouches;
+			if (touches === undefined &amp;&amp; window.console) {
+				console.warn('No event.targetTouches');
 			}
 			return touches;
 		}</diff>
      <filename>jqswipe.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7df0eee2c1662f87a32cd857723265b11d182678</id>
    </parent>
  </parents>
  <author>
    <name>Damien Lebrun</name>
    <email>dinoboff@hotmail.com</email>
  </author>
  <url>http://github.com/dinoboff/jQswipe/commit/5d19c720463cbe778b0f895036c64b7ec30f352e</url>
  <id>5d19c720463cbe778b0f895036c64b7ec30f352e</id>
  <committed-date>2009-10-24T16:33:03-07:00</committed-date>
  <authored-date>2009-10-24T16:33:03-07:00</authored-date>
  <message>temporary fix to get targetTouches directly from window.event</message>
  <tree>8e30e89d2c31093f836acc42f7411f10e38a95da</tree>
  <committer>
    <name>Damien Lebrun</name>
    <email>dinoboff@hotmail.com</email>
  </committer>
</commit>
