<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,7 @@
   _uacct = &quot;UA-190966-1&quot;;
   urchinTracker();
 &lt;/script&gt;
-&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
 &lt;script src=&quot;http://static.taevas.ee/facebox/facebox.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
 &lt;script src=&quot;jquery.viewport.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
 </diff>
      <filename>3x2.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 # $Id$
 
-VERSION = 0.8.1
+VERSION = 0.8.2
 SHELL = /bin/sh
-DOWNLOAD = /export/home/tuupola/rails/mephisto-svn/public/download
-JSPACKER = /export/home/tuupola/bin/jspacker
-JSMIN    = /export/home/tuupola/bin/jsmin
+DOWNLOAD = /var/www/www.appelsiini.net/htdocs/download
+JSPACKER = /home/tuupola/bin/jspacker
+JSMIN = /home/tuupola/bin/jsmin
 
 all: viewport packed minified latest
 </diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 /*
  * Viewport - jQuery selectors for finding elements in viewport
  *
- * Copyright (c) 2008 Mika Tuupola
+ * Copyright (c) 2008-2009 Mika Tuupola
  *
  * Licensed under the MIT license:
  *   http://www.opensource.org/licenses/mit-license.php
@@ -9,8 +9,6 @@
  * Project home:
  *  http://www.appelsiini.net/projects/viewport
  *
- * Revision: $Id$
- *
  */
 (function($) {
     
@@ -39,11 +37,22 @@
     };
     
     $.extend($.expr[':'], {
-        &quot;below-the-fold&quot;  : &quot;$.belowthefold(a,  {threshold : 0})&quot;,
-        &quot;above-the-top&quot;   : &quot;$.abovethetop(a,   {threshold : 0})&quot;,
-        &quot;left-of-screen&quot;  : &quot;$.leftofscreen(a,  {threshold : 0})&quot;,
-        &quot;right-of-screen&quot; : &quot;$.rightofscreen(a, {threshold : 0})&quot;,
-        &quot;in-viewport&quot;     : &quot;$.inviewport(a,    {threshold : 0})&quot;
+        &quot;below-the-fold&quot;: function(a, i, m) {
+            return $.belowthefold(a, {threshold : 0});
+        },
+        &quot;above-the-top&quot;: function(a, i, m) {
+            return $.abovethetop(a, {threshold : 0});
+        },
+        &quot;left-of-screen&quot;: function(a, i, m) {
+            return $.leftofscreen(a, {threshold : 0});
+        },
+        &quot;right-of-screen&quot;: function(a, i, m) {
+            return $.rightofscreen(a, {threshold : 0});
+        },
+        &quot;in-viewport&quot;: function(a, i, m) {
+            return $.inviewport(a, {threshold : 0});
+        }
     });
+
     
 })(jQuery);</diff>
      <filename>jquery.viewport.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>60c7bae3f64d0c5aa9f30ab49ccd18b9116adc81</id>
    </parent>
  </parents>
  <author>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </author>
  <url>http://github.com/tuupola/jquery_viewport/commit/12e7ece7cf0d73801f3ff0bdcbb751746a119c34</url>
  <id>12e7ece7cf0d73801f3ff0bdcbb751746a119c34</id>
  <committed-date>2009-01-30T03:07:03-08:00</committed-date>
  <authored-date>2009-01-30T03:07:03-08:00</authored-date>
  <message>Fix problems with jQuery 1.3.x.

Patch by Jacques Crocker ( http://twitter.com/merbjedi )</message>
  <tree>148fee56112de104b123a72b038e5ed733c2d220</tree>
  <committer>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </committer>
</commit>
