<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ Mutable.js is supported by Firefox, Internet Explorer, Safari and Opera (version
 h2.Usage
 
 h3.Defining
-&lt;pre&gt;
+&lt;pre&gt;&lt;code class=&quot;javascript&quot;&gt;
 	var object =
 	{
 		// a variable that convert its assigned value to interger.
@@ -29,10 +29,10 @@ h3.Defining
 			}
 		})
 	};
-&lt;/pre&gt;
+&lt;/code&gt;&lt;/pre&gt;
 
 h3.Binding
-&lt;pre&gt;
+&lt;pre&gt;&lt;code class=&quot;javascript&quot;&gt;
 	var a = {};
 	a.value = new Mutable({
 		value: 0,
@@ -64,10 +64,10 @@ h3.Binding
 	
 	c.value(15);
 	// no alert
-&lt;/pre&gt;
+&lt;/code&gt;&lt;/pre&gt;
 
 h3.Locking
-&lt;pre&gt;
+&lt;pre&gt;&lt;code class=&quot;javascript&quot;&gt;
 	var a = {value: new Mutable({value:0})};
 	
 	function fn1(){a.value(1);};
@@ -82,10 +82,10 @@ h3.Locking
 	
 	a.lock(fn2); // can't modify lock again
 	fn2() // a.value = 10
-&lt;/pre&gt;
+&lt;/code&gt;&lt;/pre&gt;
 
 h3.Watching
-&lt;pre&gt;
+&lt;pre&gt;&lt;code class=&quot;javascript&quot;&gt;
 	var a = {value: new Mutable({value:0})};
 	
 	function fn(oldval, newval){
@@ -101,4 +101,4 @@ h3.Watching
 	a.value.unwatch(fn);
 	
 	a.value(12); // no alert
-&lt;/pre&gt;
\ No newline at end of file
+&lt;/code&gt;&lt;/pre&gt;
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0599cb410d11602a39b753b58cba641dbcf990be</id>
    </parent>
  </parents>
  <author>
    <name>Rizqi Ahmad</name>
    <email>raid_ox@yahoo.de</email>
  </author>
  <url>http://github.com/raid-ox/mutable.js/commit/1d243ca2b4defbff1da4384918a770ad14288009</url>
  <id>1d243ca2b4defbff1da4384918a770ad14288009</id>
  <committed-date>2009-03-21T03:45:06-07:00</committed-date>
  <authored-date>2009-03-21T03:45:06-07:00</authored-date>
  <message>update</message>
  <tree>19620d19d6743759d25f706bfaed9785b8251822</tree>
  <committer>
    <name>Rizqi Ahmad</name>
    <email>raid_ox@yahoo.de</email>
  </committer>
</commit>
