<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@
   	&lt;link rel=&quot;stylesheet&quot; href=&quot;demo.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; title=&quot;no title&quot; charset=&quot;utf-8&quot;&gt;
   	&lt;!-- Files used by jQuery pageSlide plugin --&gt;
     &lt;script type=&quot;text/javascript&quot; src=&quot;../lib/jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;
-    &lt;script type=&quot;text/javascript&quot; src=&quot;../jquery.pageslide.min.js&quot;&gt;&lt;/script&gt;
+    &lt;script type=&quot;text/javascript&quot; src=&quot;../jquery.pageslide.js&quot;&gt;&lt;/script&gt;
   &lt;/head&gt;
   &lt;body&gt;
       &lt;div id=&quot;content&quot;&gt;</diff>
      <filename>demo/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -129,8 +129,8 @@
 		  if ($(elm)[0].button != 2 &amp;&amp; $(&quot;#pageslide-slide-wrap&quot;).css('width') != &quot;0px&quot;) { // if not right click.
 		    _hideBlanket();
   		  settings.start();
-  		  direction = (settings.direction == &quot;left&quot;) ? {left: &quot;0&quot;} : {right: &quot;0&quot;};
-  		  $(&quot;#pageslide-body-wrap&quot;).animate({left: &quot;0&quot;}, settings.duration);
+  		  direction = ($(&quot;#pageslide-slide-wrap&quot;).css(&quot;left&quot;) != &quot;0px&quot;) ? {left: &quot;0&quot;} : {right: &quot;0&quot;};
+  		  $(&quot;#pageslide-body-wrap&quot;).animate(direction, settings.duration);
   	    $(&quot;#pageslide-slide-wrap&quot;).animate({width: &quot;0&quot;}, settings.duration, function() {
   	      $(&quot;#pageslide-content&quot;).empty();
   	      // clear bug</diff>
      <filename>jquery.pageslide.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f4bb1c5162ee09618a8adb050b3f7b75ed921a55</id>
    </parent>
  </parents>
  <author>
    <name>Derek Perez</name>
    <email>derek@caring.com</email>
  </author>
  <url>http://github.com/srobbin/jquery-pageslide/commit/e131c4281e72c4eb18cadb79ad76b70153a2f5f4</url>
  <id>e131c4281e72c4eb18cadb79ad76b70153a2f5f4</id>
  <committed-date>2009-06-18T00:52:20-07:00</committed-date>
  <authored-date>2009-06-18T00:52:20-07:00</authored-date>
  <message>fixes issue #13, safari is smoother now, we are smartly able to determine the direction to slide away to.</message>
  <tree>49832994d4a7a4748efa928a98c50776834ea16f</tree>
  <committer>
    <name>Derek Perez</name>
    <email>derek@caring.com</email>
  </committer>
</commit>
