<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -157,7 +157,8 @@ module Taka
       end
 
       def js_property? name
-        [:body].include?(name)
+        return true if [:body, :documentElement].include?(name)
+        false
       end
     end
   end</diff>
      <filename>lib/taka/dom/document.rb</filename>
    </modified>
    <modified>
      <diff>@@ -333,6 +333,12 @@ module Taka
 
         true
       end
+
+      def js_property? name
+        return true if [:firstChild].include?(name)
+        false
+      end
+
     end
   end
 end</diff>
      <filename>lib/taka/dom/node.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>172d79b5aac902ff29d03419c3938ffea7ca286d</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dalessio</name>
    <email>mike@csa.net</email>
  </author>
  <url>http://github.com/tenderlove/taka/commit/d27b6d362a27255450102cda0ed85324588b428e</url>
  <id>d27b6d362a27255450102cda0ed85324588b428e</id>
  <committed-date>2009-06-19T18:19:22-07:00</committed-date>
  <authored-date>2009-06-19T15:54:55-07:00</authored-date>
  <message>adding some necessary JS properties to DOM::Document and DOM::Node</message>
  <tree>721f049391843626c6b5e6e98ef9cef19804a532</tree>
  <committer>
    <name>Mike Dalessio</name>
    <email>mike@csa.net</email>
  </committer>
</commit>
