<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,9 @@
  * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
  */
 
-jQuery.fn.outerHTML = function() {
-	return $('&lt;div&gt;').append( this.eq(0).clone() ).html();
-};
\ No newline at end of file
+(function($) {  
+ // Returns whether or not a result set has results in it
+ $.fn.outerHTML = function() {
+   return $('&lt;div&gt;').append( this.eq(0).clone() ).html();
+ };
+})(jQuery);
\ No newline at end of file</diff>
      <filename>jquery.outerhtml.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc81996f59f53fdf705b29ef171149499170815f</id>
    </parent>
  </parents>
  <author>
    <name>Jacques Crocker</name>
    <email>jcnetdev@gmail.com</email>
  </author>
  <url>http://github.com/brandonaaron/jquery-outerhtml/commit/6e872313fe094a507e3ba581b7181e02ccccbc02</url>
  <id>6e872313fe094a507e3ba581b7181e02ccccbc02</id>
  <committed-date>2009-01-24T09:11:49-08:00</committed-date>
  <authored-date>2009-01-23T18:12:35-08:00</authored-date>
  <message>Adding better compatibility for people who don't use $()

Signed-off-by: Brandon Aaron &lt;brandon.aaron@gmail.com&gt;</message>
  <tree>02ae5a0df13ccfc3148126825dca7ea746f84c45</tree>
  <committer>
    <name>Brandon Aaron</name>
    <email>brandon.aaron@gmail.com</email>
  </committer>
</commit>
