<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,9 +11,9 @@
  * Copyright 2007, 2008 Chris Wanstrath [ chris@ozmm.org ]
  *
  * Usage:
- *  
+ *
  *  jQuery(document).ready(function() {
- *    jQuery('a[rel*=facebox]').facebox() 
+ *    jQuery('a[rel*=facebox]').facebox()
  *  })
  *
  *  &lt;a href=&quot;#terms&quot; rel=&quot;facebox&quot;&gt;Terms&lt;/a&gt;
@@ -27,13 +27,13 @@
  *
  *
  *  You can also use it programmatically:
- * 
+ *
  *    jQuery.facebox('some html')
  *    jQuery.facebox('some html', 'my-groovy-style')
  *
  *  The above will open a facebox with &quot;some html&quot; as the content.
- *    
- *    jQuery.facebox(function($) { 
+ *
+ *    jQuery.facebox(function($) {
  *      $.get('blah.html', function(data) { $.facebox(data) })
  *    })
  *
@@ -41,7 +41,7 @@
  *  allowing for a better ajaxy experience.
  *
  *  The facebox function can also display an ajax page, an image, or the contents of a div:
- *  
+ *
  *    jQuery.facebox({ ajax: 'remote.html' })
  *    jQuery.facebox({ ajax: 'remote.html' }, 'my-groovy-style')
  *    jQuery.facebox({ image: 'stairs.jpg' })
@@ -128,7 +128,7 @@
 
       $('#facebox').css({
         top:	getPageScroll()[1] + (getPageHeight() / 10),
-        left:	$(window).width() / 2 - 205 
+        left:	$(window).width() / 2 - 205
       }).show()
 
       $(document).bind('keydown.facebox', function(e) {
@@ -208,7 +208,7 @@
     $('#facebox .close').click($.facebox.close)
     $('#facebox .close_image').attr('src', $.facebox.settings.closeImage)
   }
-  
+
   // getPageScroll() by quirksmode.com
   function getPageScroll() {
     var xScroll, yScroll;
@@ -220,9 +220,9 @@
       xScroll = document.documentElement.scrollLeft;
     } else if (document.body) {// all other Explorers
       yScroll = document.body.scrollTop;
-      xScroll = document.body.scrollLeft;	
+      xScroll = document.body.scrollLeft;
     }
-    return new Array(xScroll,yScroll) 
+    return new Array(xScroll,yScroll)
   }
 
   // Adapted from getPageSize() by quirksmode.com
@@ -234,7 +234,7 @@
       windowHeight = document.documentElement.clientHeight;
     } else if (document.body) { // other Explorers
       windowHeight = document.body.clientHeight;
-    }	
+    }
     return windowHeight
   }
 
@@ -282,13 +282,13 @@
   }
 
   function skipOverlay() {
-    return $.facebox.settings.overlay == false || $.facebox.settings.opacity === null 
+    return $.facebox.settings.overlay == false || $.facebox.settings.opacity === null
   }
 
   function showOverlay() {
     if (skipOverlay()) return
 
-    if ($('#facebox_overlay').length == 0) 
+    if ($('#facebox_overlay').length == 0)
       $(&quot;body&quot;).append('&lt;div id=&quot;facebox_overlay&quot; class=&quot;facebox_hide&quot;&gt;&lt;/div&gt;')
 
     $('#facebox_overlay').hide().addClass(&quot;facebox_overlayBG&quot;)
@@ -303,10 +303,10 @@
 
     $('#facebox_overlay').fadeOut(200, function(){
       $(&quot;#facebox_overlay&quot;).removeClass(&quot;facebox_overlayBG&quot;)
-      $(&quot;#facebox_overlay&quot;).addClass(&quot;facebox_hide&quot;) 
+      $(&quot;#facebox_overlay&quot;).addClass(&quot;facebox_hide&quot;)
       $(&quot;#facebox_overlay&quot;).remove()
     })
-    
+
     return false
   }
 </diff>
      <filename>facebox.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e905e4750c66a53555d7594fa515bd10d15fc915</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/facebox/commit/7cf38757d8499a8063a66efa4af16a4fd6ff32a8</url>
  <id>7cf38757d8499a8063a66efa4af16a4fd6ff32a8</id>
  <committed-date>2009-04-24T14:10:51-07:00</committed-date>
  <authored-date>2009-04-24T14:10:51-07:00</authored-date>
  <message>whitespace</message>
  <tree>29fefa83bfb818f148dbc70c6e627b31576c9ca3</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
