<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -108,19 +108,19 @@ $(&quot;&amp;lt;div /&amp;gt;&quot;).
 		A simple utility method could be used to increase expressiveness:
 	&lt;/p&gt;
 	&lt;pre&gt;
-$.fn.create = function(html) {
+$.fn.attach = function(html) {
 	return this.append(html).children(&quot;:last&quot;);
 };
 
 $(&quot;&amp;lt;div /&amp;gt;&quot;).
-	create(&quot;&amp;lt;h4 /&amp;gt;&quot;).
+	attach(&quot;&amp;lt;h4 /&amp;gt;&quot;).
 		addClass(&quot;subheading&quot;).text(&quot;dynamic elements&quot;).
 		end().
-	create(&quot;&amp;lt;dl /&amp;gt;&quot;).
-		create(&quot;&amp;lt;dt /&amp;gt;&quot;).text(&quot;foo&quot;).end().
-		create(&quot;&amp;lt;dd /&amp;gt;&quot;).text(&quot;lorem ipsum&quot;).end().
-		create(&quot;&amp;lt;dt /&amp;gt;&quot;).text(&quot;bar&quot;).end().
-		create(&quot;&amp;lt;dd /&amp;gt;&quot;).text(&quot;dolor sit amet&quot;).end().
+	attach(&quot;&amp;lt;dl /&amp;gt;&quot;).
+		attach(&quot;&amp;lt;dt /&amp;gt;&quot;).text(&quot;foo&quot;).end().
+		attach(&quot;&amp;lt;dd /&amp;gt;&quot;).text(&quot;lorem ipsum&quot;).end().
+		attach(&quot;&amp;lt;dt /&amp;gt;&quot;).text(&quot;bar&quot;).end().
+		attach(&quot;&amp;lt;dd /&amp;gt;&quot;).text(&quot;dolor sit amet&quot;).end().
 		fadeIn(&quot;slow&quot;).
 		end().
 	appendTo(wrapper);</diff>
      <filename>idioms.html</filename>
    </modified>
    <modified>
      <diff>@@ -37,8 +37,8 @@ $.modal = function(html, options) {
 			border: &quot;1px solid #666&quot;, // TODO: customizable
 			background: &quot;#fff&quot; // TODO: customizable
 		}).
-		create(&quot;&lt;div /&gt;&quot;).css({ margin: &quot;10px&quot; }).html(html).end().
-		create(&quot;&lt;div&gt;X&lt;/div&gt;&quot;). // XXX: blergh!
+		attach(&quot;&lt;div /&gt;&quot;).css({ margin: &quot;10px&quot; }).html(html).end().
+		attach(&quot;&lt;div&gt;X&lt;/div&gt;&quot;). // XXX: blergh!
 			css({
 				position: &quot;absolute&quot;,
 				top: &quot;-1.2em&quot;,
@@ -57,7 +57,7 @@ $.modal = function(html, options) {
 	};
 };
 
-$.fn.create = function(html) {
+$.fn.attach = function(html) {
 	return this.append(html).children(&quot;:last&quot;);
 };
 </diff>
      <filename>jquery.modal/jquery.modal.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce92fcf64c7699527d1917fe985ac872c8d38278</id>
    </parent>
  </parents>
  <author>
    <name>FND</name>
    <email>fnd@oda.(none)</email>
  </author>
  <url>http://github.com/FND/jquery/commit/4fadb370f9b80f27dfd3c37d0151a034ca075272</url>
  <id>4fadb370f9b80f27dfd3c37d0151a034ca075272</id>
  <committed-date>2009-10-01T04:55:28-07:00</committed-date>
  <authored-date>2009-10-01T04:55:28-07:00</authored-date>
  <message>renamed jQuery utility method

s/create/attach/ (suggested by @mahemoff)</message>
  <tree>b35972db8b2f699bba4e61af43cd840fa24d4231</tree>
  <committer>
    <name>FND</name>
    <email>fnd@oda.(none)</email>
  </committer>
</commit>
