<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,37 +1,2 @@
-/*
- * jQuery Clickable Plugin
- * Copyright (c) 2008 Matt Curry
- * www.PseudoCoder.com
- * http://github.com/mcurry/jquery/tree/master/clickable
- * http://www.pseudocoder.com/archives/2008/10/21/clickable-box-with-jquery-part-2-the-plugin/
- *
- * @author      Matt Curry &lt;matt@pseudocoder.com&gt;
- * @license     MIT
- *
- */
- 
-/* Description */
-This is a small jQuery plugin that makes an entire element clickable based one of the links inside.
-
-/* Instructions */
-Involk by calling the clickable function:
-	$(&quot;.section&quot;).clickable();
-
-With options:
-	$(&quot;.section&quot;).clickable({
-	  link: &quot;a:last&quot;,
-	  hover: function() {
-	    $(this).addClass(&quot;hover&quot;);
-	    $(this).append('&lt;div class=&quot;learn-more&quot;&gt;Learn More&lt;/div&gt;');
-	  },
-	  unhover: function() {
-	    $(this).removeClass(&quot;hover&quot;);
-	    $(&quot;.learn-more&quot;).remove();
-	  }
-	});
-		    
-/* Options */
-Available options are:
-	* link - the link inside the element that will be used when the element is clicked on.  Defaults to &quot;a:first&quot;
-	* hover - callback function when the element is hovered
-	* unhover - callback function when the element is unhoverd
\ No newline at end of file
+This code has been moved to it's own repository:
+http://github.com/mcurry/jquery_clickable/tree/master
\ No newline at end of file</diff>
      <filename>clickable/README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
    <removed>
      <filename>clickable/demo.html</filename>
    </removed>
    <removed>
      <filename>clickable/jquery.clickable.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f89a2b01856146058ae6947c065615c9e766893c</id>
    </parent>
  </parents>
  <author>
    <name>unknown</name>
    <email>matt@mcurry.net</email>
  </author>
  <url>http://github.com/mcurry/jquery/commit/1b6c793a4118b9e8e1052889b3b35e867614ea92</url>
  <id>1b6c793a4118b9e8e1052889b3b35e867614ea92</id>
  <committed-date>2009-04-23T21:15:51-07:00</committed-date>
  <authored-date>2009-04-23T21:15:51-07:00</authored-date>
  <message>split repos</message>
  <tree>0d8e9ab551ed32006d4bd9929ac1a344b7f34564</tree>
  <committer>
    <name>unknown</name>
    <email>matt@mcurry.net</email>
  </committer>
</commit>
