<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,9 +8,9 @@
 		&lt;script src=&quot;../build/chain.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
 	&lt;/head&gt;
 	&lt;body&gt;
-		 &lt;div style=&quot;color:#444;border:1px solid #BBB;&quot; id=&quot;persons&quot;&gt;
-			&lt;div style=&quot;background:#DCE9F4;padding: 0.3em;margin:1px;&quot; class=&quot;item&quot;&gt;&lt;span class=&quot;first&quot;&gt;First&lt;/span&gt; &lt;span class=&quot;last&quot;&gt;Last&lt;/span&gt;&lt;/div&gt;
-		&lt;/div&gt;
+		&lt;select id=&quot;persons&quot;&gt;
+			&lt;option&gt;Person&lt;/option&gt;
+		&lt;/select&gt;
 		&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
 			$('#persons')
 				.items([
@@ -19,7 +19,12 @@
 					{first:'Alessandro', last:'Volta'},
 					{first:'Blaise', last:'Pascal'}
 				])
-				.chain();
+				.chain({
+					self: {
+						value: '{first} {last}',
+						content: '{first} {last}'
+					}
+				});
 		&lt;/script&gt;
 	&lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>demo/chain-self.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b712e793aef0699e4540c235e122a4e55b0432cd</id>
    </parent>
  </parents>
  <author>
    <name>Rizqi Ahmad</name>
    <email>raid_ox@yahoo.de</email>
  </author>
  <url>http://github.com/raid-ox/chain.js/commit/f04c7937b8e4552bcc9ec71078f9fa8f2745cc76</url>
  <id>f04c7937b8e4552bcc9ec71078f9fa8f2745cc76</id>
  <committed-date>2008-10-18T14:57:05-07:00</committed-date>
  <authored-date>2008-10-18T14:57:05-07:00</authored-date>
  <message>correcting chain-self demo</message>
  <tree>6f7e29e225570d27d93954874d77c3afba5757f3</tree>
  <committer>
    <name>Rizqi Ahmad</name>
    <email>raid_ox@yahoo.de</email>
  </committer>
</commit>
